We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452d35b commit b794627Copy full SHA for b794627
setup.py
@@ -184,7 +184,7 @@ class sdist(_sdist):
184
185
setup(
186
name="ua-parser",
187
- version="0.8.0",
+ version="0.9.0",
188
description="Python port of Browserscope's user agent parser",
189
author="PBS",
190
author_email="no-reply@pbs.org",
ua_parser/__init__.py
@@ -1 +1 @@
1
-VERSION = (0, 8, 0)
+VERSION = (0, 9, 0)
0 commit comments