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 ff8db54 commit b1e34c7Copy full SHA for b1e34c7
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-dev2"
+__version__ = "3.1.0-dev3"
8
9
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
10
setup.py
@@ -133,7 +133,7 @@
133
134
setup(
135
name="pythainlp",
136
- version="3.1.0-dev2",
+ version="3.1.0-dev3",
137
description="Thai Natural Language Processing library",
138
long_description=readme,
139
long_description_content_type="text/markdown",
0 commit comments