From e3f45192776b50073de25a9e2daf97b195cfb761 Mon Sep 17 00:00:00 2001 From: Valentin Porchet Date: Thu, 12 Sep 2024 23:04:01 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d24830e..c69d222 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"]