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 6, 2022
1 parent 6935485 commit f3ad4ee
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 = ["python-dotenv", "aiohttp", "redis"]

version = "v0.3.0b1"
version = "v0.3.0b2"

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 @@ -23,7 +23,7 @@
__author__ = "Deepesh Nimma"
__license__ = "MIT"
__copyright__ = "Copyright 2022-present Deepesh Nimma"
__version__ = "0.3.0b1"
__version__ = "0.3.0b2"

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

Expand Down

0 comments on commit f3ad4ee

Please sign in to comment.