diff --git a/pybfbc2stats/__init__.py b/pybfbc2stats/__init__.py index 0a799a2..8636893 100644 --- a/pybfbc2stats/__init__.py +++ b/pybfbc2stats/__init__.py @@ -14,7 +14,7 @@ Python library for retrieving statistics of Battlefield: Bad Company 2 players. """ -__version__ = '0.8.0' +__version__ = '0.8.1' __author__ = 'cetteup' __credits__ = 'nemo, Luigi Auriemma' __all__ = ['Connection', 'SecureConnection', 'FeslClient', 'TheaterClient', diff --git a/setup.cfg b/setup.cfg index 60204c0..2557d57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pybfbc2stats -version = 0.8.0 +version = 0.8.1 description = Python library for retrieving statistics of Battlefield: Bad Company 2 players long_description = file: README.md long_description_content_type = text/markdown