diff --git a/pyproject.toml b/pyproject.toml index d24830e1..c69d2229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "overfast-api" -version = "2.36.0" +version = "2.37.0" description = "Overwatch API giving data about heroes, maps, and players statistics." license = {file = "LICENSE"} authors = [ @@ -122,4 +122,4 @@ allowed-confusables = ["(", ")", ":"] [tool.ruff.lint.isort] # Consider app as first-party for imports in tests -known-first-party = ["app"] \ No newline at end of file +known-first-party = ["app"]