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