Skip to content

Commit b1e34c7

Browse files
committed
PyThaiNLP v3.1.0-dev2
1 parent ff8db54 commit b1e34c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Copyright (C) 2016-2022 PyThaiNLP Project
55
# URL: <https://pythainlp.github.io/>
66
# For license information, see LICENSE
7-
__version__ = "3.1.0-dev2"
7+
__version__ = "3.1.0-dev3"
88

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

setup.py

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

134134
setup(
135135
name="pythainlp",
136-
version="3.1.0-dev2",
136+
version="3.1.0-dev3",
137137
description="Thai Natural Language Processing library",
138138
long_description=readme,
139139
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)