diff --git a/setup.py b/setup.py index a629625..74db8d9 100644 --- a/setup.py +++ b/setup.py @@ -184,7 +184,7 @@ class sdist(_sdist): setup( name="ua-parser", - version="0.10.0", + version="0.12.0", 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 ca04bbe..5a7bd35 100644 --- a/ua_parser/__init__.py +++ b/ua_parser/__init__.py @@ -1 +1 @@ -VERSION = (0, 10, 0) +VERSION = (0, 12, 0) diff --git a/uap-core b/uap-core index f215924..2b643ba 160000 --- a/uap-core +++ b/uap-core @@ -1 +1 @@ -Subproject commit f21592418f6323f9ce32f10e231841cf8e782b43 +Subproject commit 2b643ba734ce509c77d8896fe43256ba9dc4f3a8