From db2402b04a1d6b33908e0af6d8f6d518d0b8844a Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 12 May 2025 09:12:39 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0a0=20=E2=86=92=200.7.0a1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- tiramisu_cmdline_parser/__version__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6940090..858f6cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0a1 (2025-05-12) + +### Fix + +- black + ## 0.7.0a0 (2025-04-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 913262a..6b05b2f 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.7.0a0" +version = "0.7.0a1" 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 ae80345..c4b6bd4 100644 --- a/tiramisu_cmdline_parser/__version__.py +++ b/tiramisu_cmdline_parser/__version__.py @@ -1 +1 @@ -__version__ = "0.7.0a0" +__version__ = "0.7.0a1"