Skip to content

Commit 8e31d6e

Browse files
committed
Update __version__
1 parent 7479baa commit 8e31d6e

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-dev1"
7+
__version__ = "3.1.0-dev2"
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.1.0-dev1",
117+
version="3.1.0-dev2",
118118
description="Thai Natural Language Processing library",
119119
long_description=readme,
120120
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)