Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongukjae committed Dec 30, 2019
1 parent 6e5d82f commit d40b816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mecab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._C import Tagger

__all__ = ["Tagger"]
__version__ = "1.0.0rc2"
__version__ = "1.0.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_link_args():

setup(
name="python-mecab",
version="1.0.0rc2",
version="1.0.0",
python_requires=">=3.5",
packages=["mecab"],
ext_modules=[mecab],
Expand Down

0 comments on commit d40b816

Please sign in to comment.