bump: version 1.0.0rc0 → 1.0.0rc1

This commit is contained in:
egarette@silique.fr 2026-06-16 20:37:51 +02:00
parent a58b16e85c
commit b8d7f11ee5
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 1.0.0rc1 (2026-06-16)
### Fix
- remove old structural dependency
## 0.1.0a32 (2026-06-11)
### Fix

View file

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

View file

@ -1 +1 @@
__version__ = "1.0.0rc0"
__version__ = "1.0.0rc1"