Skip to content

Commit cf27e70

Browse files
author
tatsuro-yasukawa
committed
Fix Not found file error
1 parent 46b0edf commit cf27e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def mecab_config(arg):
2222
swig_opts.extend("-I"+d for d in inc_dir)
2323

2424
setup(name = "mecab-python3",
25-
version = '0.8.2',
25+
version = '0.8.3',
2626
description = 'python wrapper for mecab: Morphological Analysis engine',
2727
long_description= read_file('README.rst'),
2828
maintainer = 'Tatsuro Yasukawa',

0 commit comments

Comments
 (0)