Skip to content

Commit

Permalink
Released PyThaiNLP v5.1.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Feb 9, 2025
1 parent 0707697 commit 779da37
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ keywords:
- "Thai language"
- "Thai NLP"
license: Apache-2.0
version: 5.1.0-beta1
date-released: "2024-12-27"
version: 5.1.0-beta2
date-released: "2025-02-09"
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@type": "SoftwareSourceCode",
"name": "PyThaiNLP",
"description": "Thai Natural Language Processing in Python",
"version": "5.1.0-beta1",
"version": "5.1.0-beta2",
"author": [
{
"@type": "Person",
Expand Down
2 changes: 1 addition & 1 deletion pythainlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
# SPDX-FileType: SOURCE
# SPDX-License-Identifier: Apache-2.0
__version__ = "5.1.0-beta1"
__version__ = "5.1.0-beta2"

thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars

Expand Down
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- `README.md`
- `README.TH.md`
- `CHANGELOG.md`
- `codemeta.json`
2. Navigate to the
[releases page][releases] and
click the "Draft a new release" button.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.1.0-beta1
current_version = 5.1.0-beta2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

setup(
name="pythainlp",
version="5.1.0-beta1",
version="5.1.0-beta2",
description="Thai Natural Language Processing library",
long_description=LONG_DESC,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 779da37

Please sign in to comment.