We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce154f4 + feb01d8 commit 3b4abdfCopy full SHA for 3b4abdf
pythainlp/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = "3.0.0"
+__version__ = "3.0.1"
3
4
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
5
setup.cfg
[bumpversion]
-current_version = 3.0.0
+current_version = 3.0.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -105,7 +105,7 @@
105
106
setup(
107
name="pythainlp",
108
- version="3.0.0",
+ version="3.0.1",
109
description="Thai Natural Language Processing library",
110
long_description=readme,
111
long_description_content_type="text/markdown",
0 commit comments