Skip to content

Commit c49e1cd

Browse files
committed
PyThaiNLP v3.1.0-beta0
1 parent 18c8c50 commit c49e1cd

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-dev3"
7+
__version__ = "3.1.0-beta0"
88

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

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-dev3",
134+
version="3.1.0-beta0",
135135
description="Thai Natural Language Processing library",
136136
long_description=readme,
137137
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)