Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhouyang committed May 20, 2021
1 parent 0dce453 commit ba691f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autophrasex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .tokenizer import JiebaTokenizer

__name__ = 'autophrasex'
__version__ = '0.2.0'
__version__ = '0.3.0'

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

setuptools.setup(
name="autophrasex",
version="0.2.0",
version="0.3.0",
description="Automated Phrase Mining from Massive Text Corpora in Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -21,7 +21,6 @@
},
install_requires=[
"jieba",
"lac",
"naive-stopwords",
"scikit-learn",
"opencc",
Expand Down

0 comments on commit ba691f4

Please sign in to comment.