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

Skip to content

Commit 6247d69

Browse files
committed
0.7.3
1 parent 6cc1012 commit 6247d69

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.2',
176+
version='0.7.3',
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, 2)
1+
VERSION = (0, 7, 3)

0 commit comments

Comments
 (0)