bump: version 0.0.0 → 0.1.0

This commit is contained in:
egarette@silique.fr 2026-07-06 19:35:01 +02:00
parent 07e218cc01
commit 26986a382b
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-06)
### Feat
- first version

View file

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

View file

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