Skip to content

Commit

Permalink
Increased minor version number after last release
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Porchet authored May 8, 2023
1 parent 0f440d0 commit c4d4df7
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 @@
[tool.poetry]
name = "overfast-api"
version = "2.15.0"
version = "2.15.1"
description = "Overwatch API giving data about heroes, maps, and players statistics."
license = "MIT"
authors = ["TeKrop <[email protected]>"]
Expand Down Expand Up @@ -89,4 +89,4 @@ ignore = [
src = ["app", "tests"]

# Assume Python 3.11
target-version = "py311"
target-version = "py311"

0 comments on commit c4d4df7

Please sign in to comment.