Compare commits
3 commits
6fec59d1be
...
f3a7344b58
| Author | SHA1 | Date | |
|---|---|---|---|
| f3a7344b58 | |||
| 351b4ac2f7 | |||
| 9b41e6cc48 |
2 changed files with 7 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "tiramisu"
|
||||
version = "5.2.0a30"
|
||||
version = "5.2.0a32"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "an options controller tool"
|
||||
|
|
@ -25,7 +25,10 @@ classifiers = [
|
|||
|
||||
]
|
||||
dependencies = [
|
||||
"ruamel.yaml ~= 0.18.6",
|
||||
]
|
||||
|
||||
[tool.flit.sdist]
|
||||
exclude = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
@ -33,7 +36,7 @@ Home = "https://forge.cloud.silique.fr/stove/tiramisu"
|
|||
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "$version"
|
||||
ag_format = "$version"
|
||||
version_scheme = "pep440"
|
||||
version_provider = "pep621"
|
||||
version_files = [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "5.2.0a30"
|
||||
__version__ = "5.2.0a32"
|
||||
|
|
|
|||
Loading…
Reference in a new issue