From 961aacb26fb03833a33b84743d5d8cfd143cdc55 Mon Sep 17 00:00:00 2001 From: cetteup Date: Wed, 24 Apr 2024 12:24:56 +0200 Subject: [PATCH] tag: Bump version to 0.8.1 --- pybfbc2stats/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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