Skip to content

Commit 1e4d09b

Browse files
authored
Merge pull request #12 from jun-harashima/use-rst-retry-retry
bugfix about README.rst
2 parents ad05f81 + a738fa2 commit 1e4d09b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This python wrapper for mecab works on both **python3.x** and **python2.x**.
99

1010

1111
Installation and Usage
12-
--------------
12+
----------------------
1313

1414
.. code-block:: bash
1515

setup.py

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

1919
setup(name = "mecab-python3",
20-
version = '0.8.1',
20+
version = '0.8.2',
2121
description = 'python wrapper for mecab: Morphological Analysis engine',
2222
long_description=readme,
2323
maintainer = 'Tatsuro Yasukawa',

0 commit comments

Comments
 (0)