Skip to content

Commit a07293e

Browse files
authored
Merge pull request #693 from PyThaiNLP/3.1
Start PyThaiNLP v3.1.0-dev0
2 parents 9124ab3 + 4862cf1 commit a07293e

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.0.8"
7+
__version__ = "3.1.0-dev0"
88

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

setup.py

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

115115
setup(
116116
name="pythainlp",
117-
version="3.0.8",
117+
version="3.1.0-dev0",
118118
description="Thai Natural Language Processing library",
119119
long_description=readme,
120120
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)