Skip to content

Commit

Permalink
nlpo3-python 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Dec 1, 2022
1 parent 3209856 commit 3c4aac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nlpo3-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nlpo3-python"
version = "1.2.3.dev0"
version = "1.2.3"
edition = "2018"
license = "Apache-2.0"
authors = ["Thanathip Suntorntip Gorlph"]
Expand Down
2 changes: 1 addition & 1 deletion nlpo3-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nlpo3"
version = "1.2.3.dev0"
version = "1.2.3"
description = "Python binding for nlpO3 Thai language processing library in Rust"
readme = "README.md"
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion nlpo3-python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = nlpo3
version = 1.2.3.dev0
version = 1.2.3
description = Python binding for nlpO3 Thai language processing library
long_description =
Python binding for nlpO3, a Thai natural language processing library in Rust.
Expand Down

0 comments on commit 3c4aac8

Please sign in to comment.