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 เป็นไลบารีภาษาไพทอนสำหร
2323
2424| Version | Description | Status |
2525| :------:| :--:| :------:|
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 ) |
2828
2929
3030## Getting Started
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2020
2121| รุ่น | คำอธิบาย | สถานะ |
2222| :------:| :--:| :------:|
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 ) |
2525
2626ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
2727
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33# SPDX-License-Identifier: Apache-2.0
4- __version__ = "5.0.0beta1 "
4+ __version__ = "5.0.0 "
55
66thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
77
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.0beta1
2+ current_version = 5.0.0
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 161161
162162setup (
163163 name = "pythainlp" ,
164- version = "5.0.0beta1 " ,
164+ version = "5.0.0 " ,
165165 description = "Thai Natural Language Processing library" ,
166166 long_description = readme ,
167167 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments