From 5c6ad6500caf6a601f6bdc96b3dad00066e46610 Mon Sep 17 00:00:00 2001 From: cetteup Date: Thu, 28 Oct 2021 19:29:17 +0200 Subject: [PATCH] Bump version to 0.1.5 --- 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 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