Skip to content

Commit d3c45f6

Browse files
authored
Merge pull request #83 from hyunwoongko/fix-pip-password-prompt
Remove auto-installation of mecab in setup.py and bump version to 6.0.5
2 parents 84155f6 + 7ecd82a commit d3c45f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ def _find_closest_module(module, min_distance=0.5):
202202

203203

204204
__ALL__ = list(supported_modules.keys()) + ["Kss"]
205-
__version__ = "6.0.4"
205+
__version__ = "6.0.5"

0 commit comments

Comments
 (0)