Skip to content

Commit

Permalink
Add version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OseSem committed Dec 10, 2024
1 parent 7089023 commit 71a6225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions battlemetrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from .server import *
from .types import *

# Placeholder, modified by dynamic-versioning.
# TODO: Make this auto update.
__version__: Final[str] = "0.0.0"
__version__: Final[str] = "2.0"


logging.getLogger(__name__).addHandler(logging.NullHandler())
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tool.poetry]
name = "battlemetrics"
description = "Asyncronous Python wrapper for the BattleMetrics API."
# Placeholder, modified by dynamic-versioning.
version = "0.0.0+ge4cb2b2"
version = "2.0"
authors = ["Gnomeslayer <[email protected]>", "OseSem <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 71a6225

Please sign in to comment.