File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2424
2525| Version | Description | Status |
2626| :------:| :--:| :------:|
27- | [ 3.0 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/545 ) |
28- | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 3.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/643 ) |
27+ | [ 3.1 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] (https://github.com/PyThaiNLP/pythainlp/issues/643 |
28+ | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 3.2 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/714 ) |
2929
3030
3131## Getting Started
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2020
2121| รุ่น | คำอธิบาย | สถานะ |
2222| :------:| :--:| :------:|
23- | [ 3.0 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] (https://github.com/PyThaiNLP/pythainlp/issues/545 |
24- | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 3.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/643 ) |
23+ | [ 3.1 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] (https://github.com/PyThaiNLP/pythainlp/issues/643 |
24+ | [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 3.2 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/714 ) |
2525
2626ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
2727
Original file line number Diff line number Diff line change 44# Copyright (C) 2016-2022 PyThaiNLP Project
55# URL: <https://pythainlp.github.io/>
66# For license information, see LICENSE
7- __version__ = "3.1.0-beta0 "
7+ __version__ = "3.1.0"
88
99thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
1010
Original file line number Diff line number Diff line change 131131
132132setup (
133133 name = "pythainlp" ,
134- version = "3.1.0-beta0 " ,
134+ version = "3.1.0" ,
135135 description = "Thai Natural Language Processing library" ,
136136 long_description = readme ,
137137 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments