bump: version 0.0.0 → 0.1.0rc0

This commit is contained in:
egarette@silique.fr 2024-10-31 17:36:52 +01:00
parent 19b106e82e
commit adc4d10921
2 changed files with 11 additions and 2 deletions

9
CHANGELOG.md Normal file
View file

@ -0,0 +1,9 @@
## 0.1.0rc0 (2024-10-31)
### Feat
- improvemnt + translation
### Fix
- remove extra options in commandline parser

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.cli"
version = "0.0.0"
version = "0.1.0rc0"
authors = [
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
]
@ -18,7 +18,7 @@ dependencies = [
]
[project.scripts]
rougail = "rougail.cli.__main__:main
rougail = "rougail.cli.__main__:main"
[project.urls]
Home = "https://forge.cloud.silique.fr/stove/rougail-cli"