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

Commit d6639de

Browse files
committed
bump version
1 parent b59a4ef commit d6639de

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.3.2"
5+
version = "v0.3.3"
66

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

trackmania/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__author__ = "Deepesh Nimma"
2525
__license__ = "MIT"
2626
__copyright__ = "Copyright 2022-present Deepesh Nimma"
27-
__version__ = "v0.3.2"
27+
__version__ = "v0.3.3"
2828

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

0 commit comments

Comments
 (0)