From c41633ef6235ca7cffd4bc88f2988e238f34226f Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sun, 12 May 2024 17:27:44 +0700 Subject: [PATCH] PyThaiNLP v5.0.3 --- CITATION.cff | 4 ++-- README.md | 2 +- README_TH.md | 2 +- pythainlp/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8f97b75a8..93201113d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,5 +20,5 @@ authors: given-names: "Pattarawat" orcid: "https://orcid.org/0000-0000-0000-0000" title: "PyThaiNLP: Thai Natural Language Processing in Python" -version: v5.0.2 -date-released: 2024-04-03 +version: v5.0.3 +date-released: 2024-05-12 diff --git a/README.md b/README.md index 844232c02..fb1c9100f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร | Version | Description | Status | |:------:|:--:|:------:| -| [5.0.2](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) | +| [5.0.3](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) | | [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.1 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/900) | ## Getting Started diff --git a/README_TH.md b/README_TH.md index 81c8e0165..806f85a36 100644 --- a/README_TH.md +++ b/README_TH.md @@ -20,7 +20,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร | รุ่น | คำอธิบาย | สถานะ | |:------:|:--:|:------:| -| [5.0.2](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) | +| [5.0.3](https://github.com/PyThaiNLP/pythainlp/releases) | Stable | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/788) | | [`dev`](https://github.com/PyThaiNLP/pythainlp/tree/dev) | Release Candidate for 5.1 | [Change Log](https://github.com/PyThaiNLP/pythainlp/issues/900) | ติดตามพวกเราบน [PyThaiNLP Facebook page](https://www.facebook.com/pythainlp/) เพื่อรับข่าวสารเพิ่มเติม diff --git a/pythainlp/__init__.py b/pythainlp/__init__.py index d2b8fb6ab..4cf4887c5 100644 --- a/pythainlp/__init__.py +++ b/pythainlp/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project # SPDX-License-Identifier: Apache-2.0 -__version__ = "5.0.2" +__version__ = "5.0.3" thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars diff --git a/setup.cfg b/setup.cfg index 6c31b3ce8..49f95284d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.2 +current_version = 5.0.3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 0f9e90def..77348f962 100644 --- a/setup.py +++ b/setup.py @@ -161,7 +161,7 @@ setup( name="pythainlp", - version="5.0.2", + version="5.0.3", description="Thai Natural Language Processing library", long_description=readme, long_description_content_type="text/markdown",