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

Skip to content

Commit a5253ae

Browse files
committed
0.7.0
1 parent b291c78 commit a5253ae

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
@@ -174,7 +174,7 @@ class sdist(_sdist):
174174

175175
setup(
176176
name='ua-parser',
177-
version='0.6.1',
177+
version='0.7.0',
178178
description="Python port of Browserscope's user agent parser",
179179
author='PBS',
180180
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, 6, 1)
1+
VERSION = (0, 7, 0)

0 commit comments

Comments
 (0)