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 18, 2022
1 parent 1d67b81 commit cecfe02
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.1"
version = "v0.4.2"

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.1"
__version__ = "v0.4.2"

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

Expand Down

0 comments on commit cecfe02

Please sign in to comment.