diff --git a/aspxstats/__init__.py b/aspxstats/__init__.py index 7ef7adb..987238c 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.2.0' +__version__ = '0.2.1' __author__ = 'cetteup' __credits__ = 'wilson212' __all__ = [ diff --git a/setup.cfg b/setup.cfg index 3bf5bfa..c1544d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aspxstats -version = 0.2.0 +version = 0.2.1 description = Python library for retrieving stats of Battlefield 2 and Battlefield 2142 players long_description = file: README.md long_description_content_type = text/markdown