We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad05f81 + a738fa2 commit 1e4d09bCopy full SHA for 1e4d09b
README.rst
@@ -9,7 +9,7 @@ This python wrapper for mecab works on both **python3.x** and **python2.x**.
9
10
11
Installation and Usage
12
---------------
+----------------------
13
14
.. code-block:: bash
15
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