Skip to content

Commit bbc6f0d

Browse files
committed
tag: Bump version to 0.6.2
1 parent fe55a0b commit bbc6f0d

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.1'
16+
__version__ = '0.6.2'
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.1
3+
version = 0.6.2
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)