Skip to content

Commit

Permalink
tag: Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Apr 24, 2024
1 parent 3d1e022 commit 961aacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pybfbc2stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 961aacb

Please sign in to comment.