Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lee committed Feb 27, 2021
1 parent ac88ae8 commit a770c4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
files = setup.py xmnlp/__init__.py
current_version = 0.3.0
current_version = 0.3.1
commit = True
tag = True
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages


__version__ = '0.3.0'
__version__ = '0.3.1'


long_description = open('README.md', encoding='utf-8').read()
Expand Down
2 changes: 1 addition & 1 deletion xmnlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


__author__ = 'Sean Lee <xmlee97@gmail.com>'
__version__ = '0.3.0'
__version__ = '0.3.1'


seg = lexical.seg
Expand Down

0 comments on commit a770c4d

Please sign in to comment.