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 18c8c50 commit c49e1cdCopy full SHA for c49e1cd
pythainlp/__init__.py
@@ -4,7 +4,7 @@
4
# Copyright (C) 2016-2022 PyThaiNLP Project
5
# URL: <https://pythainlp.github.io/>
6
# For license information, see LICENSE
7
-__version__ = "3.1.0-dev3"
+__version__ = "3.1.0-beta0"
8
9
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
10
setup.py
@@ -131,7 +131,7 @@
131
132
setup(
133
name="pythainlp",
134
- version="3.1.0-dev3",
+ version="3.1.0-beta0",
135
description="Thai Natural Language Processing library",
136
long_description=readme,
137
long_description_content_type="text/markdown",
0 commit comments