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.
1 parent c7c0367 commit 33c5b5aCopy full SHA for 33c5b5a
pythainlp/__init__.py
@@ -17,7 +17,7 @@
17
#
18
# URL: <https://pythainlp.github.io/>
19
# For license information, see LICENSE
20
-__version__ = "4.0.1"
+__version__ = "4.0.2"
21
22
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
23
setup.py
@@ -143,7 +143,7 @@
143
144
setup(
145
name="pythainlp",
146
- version="4.0.1",
+ version="4.0.2",
147
description="Thai Natural Language Processing library",
148
long_description=readme,
149
long_description_content_type="text/markdown",
0 commit comments