diff --git a/setup.py b/setup.py index f47e9da..67f614d 100644 --- a/setup.py +++ b/setup.py @@ -200,7 +200,7 @@ class sdist(_sdist): setup( name="ua-parser", - version="0.15.1", + version="0.15.2", description="Python port of Browserscope's user agent parser", author="PBS", author_email="no-reply@pbs.org", diff --git a/ua_parser/__init__.py b/ua_parser/__init__.py index 8bdf711..7923db2 100644 --- a/ua_parser/__init__.py +++ b/ua_parser/__init__.py @@ -1 +1 @@ -VERSION = (0, 15, 1) +VERSION = (0, 15, 2)