bump: version 0.0.0 → 0.1.0

This commit is contained in:
egarette@silique.fr 2026-07-10 08:23:50 +02:00
parent 2fe70e3b13
commit 878fc246dd
3 changed files with 7 additions and 2 deletions

5
CHANGELOG.md Normal file
View file

@ -0,0 +1,5 @@
## 0.1.0 (2026-07-10)
### Feat
- first commit

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_environment"
version = "0.0.0"
version = "0.1.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output environment"

View file

@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.1.0"