bump: version 0.7.0a5 → 0.7.0a6

This commit is contained in:
egarette@silique.fr 2026-06-11 22:25:08 +02:00
parent 3fca16c874
commit fd8829bb24
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 0.7.0a6 (2026-06-11)
### Feat
- allow undefined option
## 0.7.0a5 (2025-12-30)
## 0.7.0a4 (2025-11-21)

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "tiramisu_cmdline_parser"
version = "0.7.0a5"
version = "0.7.0a6"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "command-line parser using Tiramisu"

View file

@ -1 +1 @@
__version__ = "0.7.0a5"
__version__ = "0.7.0a6"