Skip to content

Commit 33c5b5a

Browse files
committed
PyThaiNLP v4.0.2
- Fix เอือน อวน #798
1 parent c7c0367 commit 33c5b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# URL: <https://pythainlp.github.io/>
1919
# For license information, see LICENSE
20-
__version__ = "4.0.1"
20+
__version__ = "4.0.2"
2121

2222
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
setup(
145145
name="pythainlp",
146-
version="4.0.1",
146+
version="4.0.2",
147147
description="Thai Natural Language Processing library",
148148
long_description=readme,
149149
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)