diff --git a/CHANGELOG.md b/CHANGELOG.md index c9250c2..b35d785 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.6.2rc2 (2025-04-09) + +### Fix + +- version + ## 0.6.2rc1 (2025-03-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 76417dc..c86fb83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "tiramisu_cmdline_parser" -version = "0.6.2rc1" +version = "0.6.2rc2" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "command-line parser using Tiramisu" diff --git a/tiramisu_cmdline_parser/__version__.py b/tiramisu_cmdline_parser/__version__.py index d40c817..4cb0636 100644 --- a/tiramisu_cmdline_parser/__version__.py +++ b/tiramisu_cmdline_parser/__version__.py @@ -1,2 +1,2 @@ -__version__ = "0.6.2rc1" +__version__ = "0.6.2rc2"