We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd3bbc commit a738fa2Copy full SHA for a738fa2
setup.py
@@ -17,7 +17,7 @@ def mecab_config(arg):
17
swig_opts.extend("-I"+d for d in inc_dir)
18
19
setup(name = "mecab-python3",
20
- version = '0.8.1',
+ version = '0.8.2',
21
description = 'python wrapper for mecab: Morphological Analysis engine',
22
long_description=readme,
23
maintainer = 'Tatsuro Yasukawa',
0 commit comments