bump: version 0.0.0 → 0.1.0
This commit is contained in:
parent
2fe70e3b13
commit
878fc246dd
3 changed files with 7 additions and 2 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
## 0.1.0 (2026-07-10)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- first commit
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_environment"
|
name = "rougail.output_environment"
|
||||||
version = "0.0.0"
|
version = "0.1.0"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail output environment"
|
description = "Rougail output environment"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.0.0"
|
__version__ = "0.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue