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 1
1
# -*- coding: utf-8 -*-
2
2
# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
3
3
# SPDX-License-Identifier: Apache-2.0
4
- __version__ = "5.0.0dev2 "
4
+ __version__ = "5.0.0beta1 "
5
5
6
6
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
7
7
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.0.0dev2
2
+ current_version = 5.0.0beta1
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 161
161
162
162
setup (
163
163
name = "pythainlp" ,
164
- version = "5.0.0dev2 " ,
164
+ version = "5.0.0beta1 " ,
165
165
description = "Thai Natural Language Processing library" ,
166
166
long_description = readme ,
167
167
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments