Skip to content

Commit 7569644

Browse files
committed
PyThaiNLP v4.1.0beta3
- Add 🪿 Han-solo **About 🪿 Han-solo** This work wants to create a Thai syllable segmenter that can work in the Thai social media domain. GitHub: https://github.com/PyThaiNLP/Han-solo
1 parent e0d6996 commit 7569644

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1.0beta2"
20+
__version__ = "4.1.0beta3"
2121

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.1.0beta2
2+
current_version = 4.1.0beta3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

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

172172
setup(
173173
name="pythainlp",
174-
version="4.1.0beta2",
174+
version="4.1.0beta3",
175175
description="Thai Natural Language Processing library",
176176
long_description=readme,
177177
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)