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

Skip to content

Commit e5d5df0

Browse files
committed
0.7.2
1 parent 7d1ae64 commit e5d5df0

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

174174
setup(
175175
name='ua-parser',
176-
version='0.7.1',
176+
version='0.7.2',
177177
description="Python port of Browserscope's user agent parser",
178178
author='PBS',
179179
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, 7, 1)
1+
VERSION = (0, 7, 2)

0 commit comments

Comments
 (0)