From 6753207c38b3d11528fe0af0c0efca7fbe8c0b0a Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Thu, 28 Nov 2019 16:15:06 +0900 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2461a25..2b78874 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ libraries=['mecab']) setup(name='fugashi', - version='0.1.4', + version='0.1.5', author="Paul O'Leary McCann", author_email="polm@dampfkraft.com", description="A Cython wrapper for MeCab",