diff --git a/docs/conf.py b/docs/conf.py index 2ca325f..3320521 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = 'Tshet-uinh Encoder Python' copyright = '2021-2024, nk2028 Developers' author = 'nk2028 開發者' -release = '0.4.3' +release = '0.6.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/src/TshetUinhEncoder/__init__.py b/src/TshetUinhEncoder/__init__.py index 09feb9f..125fdd3 100644 --- a/src/TshetUinhEncoder/__init__.py +++ b/src/TshetUinhEncoder/__init__.py @@ -6,4 +6,4 @@ from .音韻地位 import 音韻地位 from .韻鏡位置 import 韻鏡位置 -__version__ = '0.5.0' +__version__ = '0.6.0'