Skip to content

Commit

Permalink
release: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IoeCmcomc committed Jun 1, 2024
1 parent 4fc464e commit c420b2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ctnx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
in processing Vietnamese texts, such as removing diacritics, converting
numbers to words, sorting strings, validations and more."""

__version__ = '0.2.0'
__version__ = '0.2.1'

from .sort import ViSortKey
from .number import num_to_words
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
project = 'chiecthuyenngoaixa'
copyright = '2022 – 2024, IoeCmcomc'
author = 'IoeCmcomc'
release = '0.2.0'
release = '0.2.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chiecthuyenngoaixa"
version = "0.2.0"
version = "0.2.1"
description = "An utility library for processing Vietnamese texts"
authors = ["IoeCmcomc <53734763+IoeCmcomc@users.noreply.github.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ctnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == '0.2.0'
assert __version__ == '0.2.1'

0 comments on commit c420b2c

Please sign in to comment.