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

Skip to content

Commit b6c3dc9

Browse files
committed
Bump up version to 0.5.1
1 parent f4ea8e3 commit b6c3dc9

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
@@ -37,7 +37,7 @@ def run(self):
3737

3838
setup(
3939
name='ua-parser',
40-
version='0.5.0',
40+
version='0.5.1',
4141
description="Python port of Browserscope's user agent parser",
4242
author='PBS',
4343
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, 4, 1)
1+
VERSION = (0, 5, 1)

0 commit comments

Comments
 (0)