Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed Apr 16, 2021
1 parent f1e86a9 commit 590f62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autophrasex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .tokenizer import BaiduLacTokenizer, JiebaTokenizer

__name__ = 'autophrasex'
__version__ = '0.1.1'
__version__ = '0.2.0'

logging.basicConfig(
format="%(asctime)s %(levelname)7s %(filename)20s %(lineno)4d] %(message)s",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="autophrasex",
version="0.1.1",
version="0.2.0",
description="Automated Phrase Mining from Massive Text Corpora in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 590f62e

Please sign in to comment.