Skip to content

Commit 04f783a

Browse files
committed
PyThaiNLP 3.1.1
PyThaiNLP v3.1.1 is the releases updates of PyThaiNLP v3.1.0. - Add Reduce import time #719 to PyThaiNLP 3.1.1 #753 - Doc: Lst20 deprecation warning for 3.1.1 (#749) #752
1 parent af7910a commit 04f783a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"
7+
__version__ = "3.1.1"
88

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.0
2+
current_version = 3.1.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

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

132132
setup(
133133
name="pythainlp",
134-
version="3.1.0",
134+
version="3.1.1",
135135
description="Thai Natural Language Processing library",
136136
long_description=readme,
137137
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)