From a770c4def7d4f50ddd8b20a92d157eadc9c9b749 Mon Sep 17 00:00:00 2001 From: Sean Lee Date: Sat, 27 Feb 2021 19:22:55 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- xmnlp/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5dccf29..468e321 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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 diff --git a/setup.py b/setup.py index 20fa8a5..5a44148 100644 --- a/setup.py +++ b/setup.py @@ -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() diff --git a/xmnlp/__init__.py b/xmnlp/__init__.py index 8616e27..0308206 100644 --- a/xmnlp/__init__.py +++ b/xmnlp/__init__.py @@ -23,7 +23,7 @@ __author__ = 'Sean Lee ' -__version__ = '0.3.0' +__version__ = '0.3.1' seg = lexical.seg