Compare commits
No commits in common. "be7b71ecb2476d79dd29ea8b32ff3169a9d1a21c" and "506f5d77a830162d2eded43e0733e15b2b1021d3" have entirely different histories.
be7b71ecb2
...
506f5d77a8
2 changed files with 2 additions and 8 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.6.1rc0 (2024-11-06)
|
||||
|
||||
### Fix
|
||||
|
||||
- update tiramisu dependency
|
||||
|
||||
## 0.6.0 (2024-11-01)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "tiramisu_cmdline_parser"
|
||||
version = "0.6.1rc0"
|
||||
version = "0.6.0"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "command-line parser using Tiramisu"
|
||||
|
|
@ -26,7 +26,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
dependencies = [
|
||||
"tiramisu >= 5.0,<6",
|
||||
"tiramisu ~= 5.0.0",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Reference in a new issue