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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vention-storage
3
- Version: 0.0.0
3
+ Version: 0.5.1
4
4
  Summary: A framework for storing and managing component and application data for machine apps.
5
5
  License: Proprietary
6
6
  Author: VentionCo
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vention-storage"
3
- version = "0.0.0" # Version is set by git tag
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 = true
24
+ enable = false
25
25
  vcs = "git"
26
26
  style = "pep440"
27
27
  pattern = "default-unprefixed"