Compare commits

..

No commits in common. "6fec59d1be0548d92b6345e16b057efff927365a" and "e137eef7ad29e6fe446cbe3036d30b53fe07d7a5" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View file

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

View file

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