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.
2 parents 9124ab3 + 4862cf1 commit a07293eCopy full SHA for a07293e
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.0.8"
+__version__ = "3.1.0-dev0"
8
9
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
10
setup.py
@@ -114,7 +114,7 @@
114
115
setup(
116
name="pythainlp",
117
- version="3.0.8",
+ version="3.1.0-dev0",
118
description="Thai Natural Language Processing library",
119
long_description=readme,
120
long_description_content_type="text/markdown",
0 commit comments