We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b415878 commit 10f417aCopy full SHA for 10f417a
2 files changed
aspxstats/__init__.py
@@ -7,7 +7,7 @@
7
Python library for retrieving stats of Battlefield 2 and Battlefield 2142 players.
8
"""
9
10
-__version__ = '0.7.0'
+__version__ = '0.7.1'
11
__author__ = 'cetteup'
12
__credits__ = 'wilson212'
13
__all__ = [
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = aspxstats
3
-version = 0.7.0
+version = 0.7.1
4
description = Python library for retrieving stats of Battlefield 2 and Battlefield 2142 players
5
long_description = file: README.md
6
long_description_content_type = text/markdown
0 commit comments