Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseek committed Mar 27, 2015
1 parent 2fd1d7b commit 05c68ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,5 +2,5 @@
files = setup.py gb2260/__init__.py
commit = True
tag = True
current_version = 0.2.0
current_version = 0.3.0

2 changes: 1 addition & 1 deletion gb2260/__init__.py
@@ -1,6 +1,6 @@
from .division import Division

__version__ = '0.2.0'
__version__ = '0.3.0'
__all__ = ['Division', 'get', 'search']

get = Division.get
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def fread(filepath, skip_lines=0):

setup(
name='GB2260',
version='0.2.0',
version='0.3.0',
author='Jiangge Zhang',
author_email='tonyseek@gmail.com',
url='https://github.com/cn/GB2260.py',
Expand Down

0 comments on commit 05c68ba

Please sign in to comment.