Compare commits

..

2 commits

Author SHA256 Message Date
4346d57dde bump: version 0.0.0 → 0.1.0a0 2025-10-06 21:15:45 +02:00
faeeab7e62 feat: first version 2025-10-06 21:15:35 +02:00
3 changed files with 7 additions and 2 deletions

5
CHANGELOG.md Normal file
View file

@ -0,0 +1,5 @@
## 0.1.0a0 (2025-10-06)
### Feat
- first version

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.user_data_commandline" name = "rougail.user_data_commandline"
version = "0.1.0a21" version = "0.1.0a0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail user_data Bitwarden" description = "Rougail user_data Bitwarden"

View file

@ -1,2 +1,2 @@
__version__ = "0.0.0" __version__ = "0.1.0a0"