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

Commit b46fc23

Browse files
committed
update version to 1.0.1
1 parent 663fd83 commit b46fc23

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.1a0"
4+
__version__ = "1.0.1"

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.1a0",
33+
version="1.0.1",
3434
python_requires=">=3.5",
3535
packages=["mecab"],
3636
ext_modules=[mecab],

0 commit comments

Comments
 (0)