File tree 6 files changed +7
-6
lines changed
6 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ keywords:
45
45
- " Thai language"
46
46
- " Thai NLP"
47
47
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 "
Original file line number Diff line number Diff line change 3
3
"@type" : " SoftwareSourceCode" ,
4
4
"name" : " PyThaiNLP" ,
5
5
"description" : " Thai Natural Language Processing in Python" ,
6
- "version" : " 5.1.0-beta1 " ,
6
+ "version" : " 5.1.0-beta2 " ,
7
7
"author" : [
8
8
{
9
9
"@type" : " Person" ,
Original file line number Diff line number Diff line change 2
2
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
3
3
# SPDX-FileType: SOURCE
4
4
# SPDX-License-Identifier: Apache-2.0
5
- __version__ = "5.1.0-beta1 "
5
+ __version__ = "5.1.0-beta2 "
6
6
7
7
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
8
8
Original file line number Diff line number Diff line change 10
10
- ` README.md `
11
11
- ` README.TH.md `
12
12
- ` CHANGELOG.md `
13
+ - ` codemeta.json `
13
14
2 . Navigate to the
14
15
[ releases page] [ releases ] and
15
16
click the "Draft a new release" button.
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.1.0-beta1
2
+ current_version = 5.1.0-beta2
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 150
150
151
151
setup (
152
152
name = "pythainlp" ,
153
- version = "5.1.0-beta1 " ,
153
+ version = "5.1.0-beta2 " ,
154
154
description = "Thai Natural Language Processing library" ,
155
155
long_description = LONG_DESC ,
156
156
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments