Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TeKrop committed Sep 12, 2024
1 parent 95e23fc commit e3f4519
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
@@ -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 = [
Expand Down Expand Up @@ -122,4 +122,4 @@ allowed-confusables = ["(", ")", ":"]

[tool.ruff.lint.isort]
# Consider app as first-party for imports in tests
known-first-party = ["app"]
known-first-party = ["app"]

0 comments on commit e3f4519

Please sign in to comment.