Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b794627

Browse files
committed
0.9.0
1 parent 452d35b commit b794627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class sdist(_sdist):
184184

185185
setup(
186186
name="ua-parser",
187-
version="0.8.0",
187+
version="0.9.0",
188188
description="Python port of Browserscope's user agent parser",
189189
author="PBS",
190190
author_email="[email protected]",

ua_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (0, 8, 0)
1+
VERSION = (0, 9, 0)

0 commit comments

Comments
 (0)