Skip to content

Commit 102ace4

Browse files
author
Aurélien Scoubeau
committed
Bump version to 0.3.2.
1 parent cc2b427 commit 102ace4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='user-agents',
6-
version='0.3.1',
6+
version='0.3.2',
77
author='Selwin Ong',
88
author_email='selwin.ong@gmail.com',
99
packages=['user_agents'],

user_agents/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 3, 1)
1+
VERSION = (0, 3, 2)
22

3-
from .parsers import parse
3+
from .parsers import parse

0 commit comments

Comments
 (0)