diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d869a2..e0dfbc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.0a1 (2025-11-21) + +### Fix + +- ExtentionError => ExtensionError + ## 0.1.0a0 (2025-11-06) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 36e55c2..dbcb5ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_questionary" -version = "0.1.0a0" +version = "0.1.0a1" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data questionary" diff --git a/src/rougail/user_data_questionary/__version__.py b/src/rougail/user_data_questionary/__version__.py index 8f02035..1ac008e 100644 --- a/src/rougail/user_data_questionary/__version__.py +++ b/src/rougail/user_data_questionary/__version__.py @@ -1 +1 @@ -__version__ = "0.1.0a0" +__version__ = "0.1.0a1"