diff --git a/setup.py b/setup.py index 59f4c7d..c041b15 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ requirements = ["aiohttp", "redis"] -version = "v0.4.1" +version = "v0.4.2" readme = "" with open("README.md") as f: diff --git a/trackmania/__init__.py b/trackmania/__init__.py index 8f0acc9..88e6f71 100644 --- a/trackmania/__init__.py +++ b/trackmania/__init__.py @@ -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__)