bump: version 0.7.0a3 → 0.7.0a4
This commit is contained in:
parent
f458c9eefc
commit
fc5c3f3691
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.7.0a4 (2025-11-21)
|
||||
|
||||
### Feat
|
||||
|
||||
- add 'add_help' option un TiramisuCmdLineParser
|
||||
|
||||
## 0.7.0a3 (2025-10-10)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "tiramisu_cmdline_parser"
|
||||
version = "0.7.0a3"
|
||||
version = "0.7.0a4"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "command-line parser using Tiramisu"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.7.0a3"
|
||||
__version__ = "0.7.0a4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue