Skip to content

Commit

Permalink
Bump to 0.3.0, do not use 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiryuZ committed Jan 3, 2018
1 parent 11d060a commit 742d719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion id_phonenumbers/__init__.py
@@ -1,4 +1,4 @@
__version__ = (0, 2, 1)
__version__ = (0, 3, 0)

from id_phonenumbers.number import Number

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
setup(
name='id_phonenumbers',
packages=['id_phonenumbers'],
version='0.2.1',
version='0.3.0',
description='Indonesian Phonenumbers Parser',
license='MIT',
author='Steven',
Expand Down

0 comments on commit 742d719

Please sign in to comment.