Compare commits

...

2 commits

Author SHA1 Message Date
6fec59d1be bump: version 5.2.0a29 → 5.2.0a30 2026-03-02 10:05:42 +01:00
7faaa918b6 fix: pyproject.toml 2026-03-02 10:05:34 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "tiramisu" name = "tiramisu"
version = "5.2.0a29" version = "5.2.0a30"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "an options controller tool" description = "an options controller tool"
@ -25,6 +25,7 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"ruamel.yaml ~= 0.18.6",
] ]
[project.urls] [project.urls]

View file

@ -1 +1 @@
__version__ = "5.2.0a29" __version__ = "5.2.0a30"