Skip to content

Commit 590f62e

Browse files
committed
Release v0.2.0
1 parent f1e86a9 commit 590f62e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autophrasex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from .tokenizer import BaiduLacTokenizer, JiebaTokenizer
1414

1515
__name__ = 'autophrasex'
16-
__version__ = '0.1.1'
16+
__version__ = '0.2.0'
1717

1818
logging.basicConfig(
1919
format="%(asctime)s %(levelname)7s %(filename)20s %(lineno)4d] %(message)s",

setup.py

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

88
setuptools.setup(
99
name="autophrasex",
10-
version="0.1.1",
10+
version="0.2.0",
1111
description="Automated Phrase Mining from Massive Text Corpora in Python.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)