diff --git a/pythainlp/__init__.py b/pythainlp/__init__.py index 183b05790..f277eb647 100644 --- a/pythainlp/__init__.py +++ b/pythainlp/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "3.0.8" +__version__ = "3.0.9" thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars diff --git a/setup.cfg b/setup.cfg index bea023df1..0d6388b06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.8 +current_version = 3.0.9 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index f001f7682..26fbfa382 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ setup( name="pythainlp", - version="3.0.8", + version="3.0.9", description="Thai Natural Language Processing library", long_description=readme, long_description_content_type="text/markdown",