Compare commits

..

2 commits

Author SHA1 Message Date
e137eef7ad bump: version 5.2.0a28 → 5.2.0a29 2026-03-02 10:04:50 +01:00
ee3e734fe1 fix: pyproject.toml 2026-03-02 10:04:33 +01:00
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "tiramisu"
version = "5.2.0a28"
version = "5.2.0a29"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "an options controller tool"
@ -24,6 +24,8 @@ classifiers = [
"Natural Language :: French",
]
dependencies = [
]
[project.urls]
Home = "https://forge.cloud.silique.fr/stove/tiramisu"

View file

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