From 6ce0a999020585af45e843ebc279ca8e42eaa8f3 Mon Sep 17 00:00:00 2001 From: Deepesh Nimma Date: Thu, 21 Apr 2022 20:04:54 +0530 Subject: [PATCH] bump version --- setup.py | 2 +- trackmania/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e4982de..fe300a3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ requirements = ["aiohttp", "redis"] -version = "v0.4.3" +version = "v0.4.4" readme = "" with open("README.md") as f: diff --git a/trackmania/__init__.py b/trackmania/__init__.py index 76554b6..03bf07c 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.3" +__version__ = "v0.4.4" __path__ = __import__("pkgutil").extend_path(__path__, __name__)