Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnimma committed Apr 26, 2022
1 parent 4c9270f commit 56b456a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

requirements = ["aiohttp", "redis"]

version = "v0.4.5"
version = "v0.4.6"

readme = ""
with open("README.md") as f:
Expand Down
2 changes: 1 addition & 1 deletion trackmania/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__author__ = "Deepesh Nimma"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present Deepesh Nimma"
__version__ = "v0.4.5"
__version__ = "v0.4.6"

__path__ = __import__("pkgutil").extend_path(__path__, __name__)

Expand Down

0 comments on commit 56b456a

Please sign in to comment.