Compare commits
2 commits
c81e3e1e02
...
e137eef7ad
| Author | SHA1 | Date | |
|---|---|---|---|
| e137eef7ad | |||
| ee3e734fe1 |
2 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "5.2.0a28"
|
||||
__version__ = "5.2.0a29"
|
||||
|
|
|
|||
Loading…
Reference in a new issue