There was an error while loading. Please reload this page.
1 parent cc2b427 commit 102ace4Copy full SHA for 102ace4
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='user-agents',
6
- version='0.3.1',
+ version='0.3.2',
7
author='Selwin Ong',
8
author_email='selwin.ong@gmail.com',
9
packages=['user_agents'],
user_agents/__init__.py
@@ -1,3 +1,3 @@
1
-VERSION = (0, 3, 1)
+VERSION = (0, 3, 2)
2
-from .parsers import parse
+from .parsers import parse
0 commit comments