Compare commits

..

No commits in common. "be7b71ecb2476d79dd29ea8b32ff3169a9d1a21c" and "506f5d77a830162d2eded43e0733e15b2b1021d3" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -1,9 +1,3 @@
## 0.6.1rc0 (2024-11-06)
### Fix
- update tiramisu dependency
## 0.6.0 (2024-11-01) ## 0.6.0 (2024-11-01)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "tiramisu_cmdline_parser" name = "tiramisu_cmdline_parser"
version = "0.6.1rc0" version = "0.6.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "command-line parser using Tiramisu" description = "command-line parser using Tiramisu"
@ -26,7 +26,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"tiramisu >= 5.0,<6", "tiramisu ~= 5.0.0",
] ]
[project.urls] [project.urls]