bump: version 0.1.0a9 → 0.1.0a10
This commit is contained in:
parent
d03c084b60
commit
29b96dc712
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.1.0a10 (2025-09-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- dictionary => structure
|
||||
|
||||
## 0.1.0a9 (2025-06-18)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_environment"
|
||||
version = "0.1.0a9"
|
||||
version = "0.1.0a10"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data environment"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.0a9"
|
||||
__version__ = "0.1.0a10"
|
||||
|
|
|
|||
Loading…
Reference in a new issue