We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1542c commit cded749Copy full SHA for cded749
setup.py
@@ -174,7 +174,7 @@ class sdist(_sdist):
174
175
setup(
176
name='ua-parser',
177
- version='0.7.0',
+ version='0.7.1',
178
description="Python port of Browserscope's user agent parser",
179
author='PBS',
180
author_email='no-reply@pbs.org',
ua_parser/__init__.py
@@ -1 +1 @@
1
-VERSION = (0, 7, 0)
+VERSION = (0, 7, 1)
0 commit comments