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 df86a8c commit 3efc3beCopy full SHA for 3efc3be
pythainlp/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = "2.2.0-dev1"
+__version__ = "2.2.0-beta1"
3
4
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
5
setup.py
@@ -71,7 +71,7 @@
71
72
setup(
73
name="pythainlp",
74
- version="2.2.0-dev1",
+ version="2.2.0-beta1",
75
description="Thai Natural Language Processing library",
76
long_description=readme,
77
long_description_content_type="text/markdown",
0 commit comments