diff --git a/mecab/__init__.py b/mecab/__init__.py index 63139a4..1f10d50 100644 --- a/mecab/__init__.py +++ b/mecab/__init__.py @@ -1,7 +1,7 @@ from .mecab import MeCab, MeCabError, mecabrc_path from .types import Dictionary, Feature, Morpheme, Span -__version__ = "1.3.3" +__version__ = "1.3.4" __all__ = [ "MeCab",