Skip to content

Commit 779da37

Browse files
committed
Released PyThaiNLP v5.1.0-beta2
1 parent 0707697 commit 779da37

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ keywords:
4545
- "Thai language"
4646
- "Thai NLP"
4747
license: Apache-2.0
48-
version: 5.1.0-beta1
49-
date-released: "2024-12-27"
48+
version: 5.1.0-beta2
49+
date-released: "2025-02-09"

codemeta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@type": "SoftwareSourceCode",
44
"name": "PyThaiNLP",
55
"description": "Thai Natural Language Processing in Python",
6-
"version": "5.1.0-beta1",
6+
"version": "5.1.0-beta2",
77
"author": [
88
{
99
"@type": "Person",

pythainlp/__init__.py

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

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

release.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
- `README.md`
1111
- `README.TH.md`
1212
- `CHANGELOG.md`
13+
- `codemeta.json`
1314
2. Navigate to the
1415
[releases page][releases] and
1516
click the "Draft a new release" button.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.1.0-beta1
2+
current_version = 5.1.0-beta2
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.1.0-beta1",
153+
version="5.1.0-beta2",
154154
description="Thai Natural Language Processing library",
155155
long_description=LONG_DESC,
156156
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)