Skip to content

Commit

Permalink
chore: bump version and add pytest as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrnwd committed Jun 18, 2024
1 parent 904bc9e commit d663a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ dependencies = [
"rapidfuzz>=3.2.0",
"pandas>=2.0.3",
]
version = "1.1.0"
version = "1.1.1"

[project.urls]
Repository = "https://github.com/American-Soccer-Analysis/itscalledsoccer"

[project.optional-dependencies]
test = [
"types-requests",
"behave",
"pytest",
"mypy",
"ruff",
"mkdocs",
Expand Down

0 comments on commit d663a5c

Please sign in to comment.