Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SeiryuZ committed May 7, 2019
1 parent c24d71b commit 3a1575c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion id_phonenumbers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = (0, 3, 3)
__version__ = (0, 4, 0)

from id_phonenumbers.number import Number

Expand Down
4 changes: 2 additions & 2 deletions id_phonenumbers/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"896": "3",
"895": "3",
"894": "3",
#Smartfren

# Smartfren
"881": "Smartfren",
"882": "Smartfren",
"883": "Smartfren",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='id_phonenumbers',
packages=['id_phonenumbers'],
version='0.3.3',
version='0.4.0',
description='Indonesian Phonenumbers Parser',
license='MIT',
author='Steven',
Expand Down

0 comments on commit 3a1575c

Please sign in to comment.