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

Commit c908bfc

Browse files
committed
bump version
1 parent 65b074a commit c908bfc

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", "typing_extensions"]
44

5-
version = "v0.4.7"
5+
version = "v0.5.0-rc1"
66

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

trackmania/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__author__ = "Deepesh Nimma"
3030
__license__ = "MIT"
3131
__copyright__ = "Copyright 2022-present Deepesh Nimma"
32-
__version__ = "v0.4.7"
32+
__version__ = "v0.5.0-rc1"
3333

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

0 commit comments

Comments
 (0)