File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ authors:
2020 given-names : " Pattarawat"
2121 orcid : " https://orcid.org/0000-0000-0000-0000"
2222title : " PyThaiNLP: Thai Natural Language Processing in Python"
23- version : v5.0.2
24- date-released : 2024-04-03
23+ version : v5.0.3
24+ date-released : 2024-05-12
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2323
2424| Version | Description | Status |
2525| :------:| :--:| :------:|
26- | [ 5.0.2 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
26+ | [ 5.0.3 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
2727| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 5.1 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/900 ) |
2828
2929## Getting Started
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2020
2121| รุ่น | คำอธิบาย | สถานะ |
2222| :------:| :--:| :------:|
23- | [ 5.0.2 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
23+ | [ 5.0.3 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/788 ) |
2424| [ ` 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/ ) เพื่อรับข่าวสารเพิ่มเติม
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
33# SPDX-License-Identifier: Apache-2.0
4- __version__ = "5.0.2 "
4+ __version__ = "5.0.3 "
55
66thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
77
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.2
2+ current_version = 5.0.3
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.2 " ,
164+ version = "5.0.3 " ,
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