File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
77thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
88
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.6-dev
2+ current_version = 5.1.0-beta1
33commit = True
44tag = True
55parse = (?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 150150
151151setup (
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" ,
You can’t perform that action at this time.
0 commit comments