vention-storage 0.0.0__tar.gz → 0.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vention_storage-0.0.0 → vention_storage-0.5.1}/PKG-INFO +1 -1
- {vention_storage-0.0.0 → vention_storage-0.5.1}/pyproject.toml +2 -2
- {vention_storage-0.0.0 → vention_storage-0.5.1}/README.md +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/__init__.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/accessor.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/auditor.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/bootstrap.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/database.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/hooks.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/io_helpers.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/router_database.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/router_model.py +0 -0
- {vention_storage-0.0.0 → vention_storage-0.5.1}/src/storage/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "vention-storage"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.5.1" # Version is set by git tag
|
|
4
4
|
description = "A framework for storing and managing component and application data for machine apps."
|
|
5
5
|
authors = [ "VentionCo" ]
|
|
6
6
|
readme = "README.md"
|
|
@@ -21,7 +21,7 @@ ruff = "^0.8.0"
|
|
|
21
21
|
poetry-dynamic-versioning = "^1.9.1"
|
|
22
22
|
|
|
23
23
|
[tool.poetry-dynamic-versioning]
|
|
24
|
-
enable =
|
|
24
|
+
enable = false
|
|
25
25
|
vcs = "git"
|
|
26
26
|
style = "pep440"
|
|
27
27
|
pattern = "default-unprefixed"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|