Skip to content

Commit 73e38be

Browse files
authored
Merge pull request #1047 from PyThaiNLP/start-beta1
PyThaiNLP v5.1.0-beta1
2 parents 985231a + 702a5bb commit 73e38be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pythainlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
5-
__version__ = "5.0.5-dev"
5+
__version__ = "5.1.0-beta1"
66

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.6-dev
2+
current_version = 5.1.0-beta1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150

151151
setup(
152152
name="pythainlp",
153-
version="5.0.6-dev",
153+
version="5.1.0-beta1",
154154
description="Thai Natural Language Processing library",
155155
long_description=LONG_DESC,
156156
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)