Skip to content

Commit a770c4d

Browse files
author
Sean Lee
committed
Bump version: 0.3.0 → 0.3.1
1 parent ac88ae8 commit a770c4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
22
files = setup.py xmnlp/__init__.py
3-
current_version = 0.3.0
3+
current_version = 0.3.1
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212

13-
__version__ = '0.3.0'
13+
__version__ = '0.3.1'
1414

1515

1616
long_description = open('README.md', encoding='utf-8').read()

xmnlp/__init__.py

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

2424

2525
__author__ = 'Sean Lee <[email protected]>'
26-
__version__ = '0.3.0'
26+
__version__ = '0.3.1'
2727

2828

2929
seg = lexical.seg

0 commit comments

Comments
 (0)