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

Commit 265480a

Browse files
committed
bump version
1 parent 4a7307d commit 265480a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
requirements = ["aiohttp", "redis"]
44

5-
version = "v0.4.4"
5+
version = "v0.4.5"
66

77
readme = ""
88
with open("README.md") as f:

trackmania/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
__author__ = "Deepesh Nimma"
2727
__license__ = "MIT"
2828
__copyright__ = "Copyright 2022-present Deepesh Nimma"
29-
__version__ = "v0.4.4"
29+
__version__ = "v0.4.5"
3030

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

0 commit comments

Comments
 (0)