From 00d937a0bf217e2444331bfa7d1fc0f0dfef7e11 Mon Sep 17 00:00:00 2001 From: cetteup Date: Sat, 7 Sep 2024 17:54:30 +0200 Subject: [PATCH] tag: Bump version to 0.3.2 --- aspxstats/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aspxstats/__init__.py b/aspxstats/__init__.py index ce6773d..e54cae2 100644 --- a/aspxstats/__init__.py +++ b/aspxstats/__init__.py @@ -6,7 +6,7 @@ Python library for retrieving stats of Battlefield 2 and Battlefield 2142 players. """ -__version__ = '0.3.1' +__version__ = '0.3.2' __author__ = 'cetteup' __credits__ = 'wilson212' __all__ = [ diff --git a/setup.cfg b/setup.cfg index 456c733..2b756f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aspxstats -version = 0.3.1 +version = 0.3.2 description = Python library for retrieving stats of Battlefield 2 and Battlefield 2142 players long_description = file: README.md long_description_content_type = text/markdown