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

Commit d40b816

Browse files
committed
bump version to 1.0.0
1 parent 6e5d82f commit d40b816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mecab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from ._C import Tagger
22

33
__all__ = ["Tagger"]
4-
__version__ = "1.0.0rc2"
4+
__version__ = "1.0.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_link_args():
3030

3131
setup(
3232
name="python-mecab",
33-
version="1.0.0rc2",
33+
version="1.0.0",
3434
python_requires=">=3.5",
3535
packages=["mecab"],
3636
ext_modules=[mecab],

0 commit comments

Comments
 (0)