File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
3
3
# SPDX-FileType: SOURCE
4
4
# SPDX-License-Identifier: Apache-2.0
5
- __version__ = "5.0.5-dev "
5
+ __version__ = "5.1.0-beta1 "
6
6
7
7
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
8
8
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.0.6-dev
2
+ current_version = 5.1.0-beta1
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.0.6-dev " ,
153
+ version = "5.1.0-beta1 " ,
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