We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982100d commit 145af36Copy full SHA for 145af36
setup.py
@@ -174,7 +174,7 @@ class sdist(_sdist):
174
175
setup(
176
name='ua-parser',
177
- version='0.7.3',
+ version='0.8.0',
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, 3)
+VERSION = (0, 8, 0)
0 commit comments