File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
23
23
24
24
| Version | Description | Status |
25
25
| :------:| :--:| :------:|
26
- | [ 4 .0] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/714 ) |
27
- | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.0 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
26
+ | [ 5 .0] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/714 ) |
27
+ | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/900 ) |
28
28
29
29
30
30
## Getting Started
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
20
20
21
21
| รุ่น | คำอธิบาย | สถานะ |
22
22
| :------:| :--:| :------:|
23
- | [ 4 .0] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/714 ) |
24
- | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.0 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
23
+ | [ 5 .0] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/714 ) |
24
+ | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/900 ) |
25
25
26
26
ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
27
27
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.0beta1 "
4
+ __version__ = "5.0.0 "
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.0beta1
2
+ current_version = 5.0.0
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.0beta1 " ,
164
+ version = "5.0.0 " ,
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