Skip to content

Commit 167c8b4

Browse files
committed
tag: Bump version to 0.6.1
1 parent 88a811f commit 167c8b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pybfbc2stats/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Python library for retrieving statistics of Battlefield: Bad Company 2 players.
1414
"""
1515

16-
__version__ = '0.6.0'
16+
__version__ = '0.6.1'
1717
__author__ = 'cetteup'
1818
__credits__ = 'nemo, Luigi Auriemma'
1919
__all__ = ['Connection', 'SecureConnection', 'FeslClient', 'TheaterClient',

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybfbc2stats
3-
version = 0.6.0
3+
version = 0.6.1
44
description = Python library for retrieving statistics of Battlefield: Bad Company 2 players
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)