diff --git a/pybfbc2stats/__init__.py b/pybfbc2stats/__init__.py index 3f72576..ff01013 100644 --- a/pybfbc2stats/__init__.py +++ b/pybfbc2stats/__init__.py @@ -11,7 +11,7 @@ Simple Python library for retrieving statistics of Battlefield: Bad Company 2 players. """ -__version__ = '0.1.4' +__version__ = '0.1.5' __author__ = 'cetteup' __credits__ = 'nemo, Luigi Auriemma' __all__ = ['Connection', 'Client', 'AsyncConnection', 'AsyncClient', 'PyBfbc2StatsError', 'Platform', 'Namespace', diff --git a/setup.cfg b/setup.cfg index b56dbb5..a450a4f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pybfbc2stats -version = 0.1.4 +version = 0.1.5 description = Simple Python library for retrieving statistics of Battlefield: Bad Company 2 players long_description = file: README.md long_description_content_type = text/markdown