Skip to content

Commit

Permalink
Version bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Jun 28, 2020
1 parent 6bc43b9 commit 98e0f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
extra_link_args=extra_link_args)

setup(name='fugashi',
version='0.2.3',
version='1.0.0',
author="Paul O'Leary McCann",
author_email="[email protected]",
description="A Cython wrapper for MeCab",
description="A Cython MeCab wrapper for fast, python Japanese tokenization.",
long_description=pathlib.Path('README.md').read_text('utf8'),
long_description_content_type="text/markdown",
url="https://github.com/polm/fugashi",
Expand Down

0 comments on commit 98e0f4c

Please sign in to comment.