Skip to content

Commit 80a7127

Browse files
committed
tag: Bump version to 0.8.0
1 parent 1053931 commit 80a7127

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
@@ -14,7 +14,7 @@
1414
Python library for retrieving statistics of Battlefield: Bad Company 2 players.
1515
"""
1616

17-
__version__ = '0.7.2'
17+
__version__ = '0.8.0'
1818
__author__ = 'cetteup'
1919
__credits__ = 'nemo, Luigi Auriemma'
2020
__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.7.2
3+
version = 0.8.0
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)