aevum-store-postgres 0.7.2__tar.gz → 0.7.3__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.4
2
2
  Name: aevum-store-postgres
3
- Version: 0.7.2
3
+ Version: 0.7.3
4
4
  Summary: Aevum — PostgreSQL GraphStore + ConsentLedger backend (team deployments).
5
5
  Project-URL: Homepage, https://aevum.build
6
6
  Project-URL: Repository, https://github.com/aevum-labs/aevum
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aevum-store-postgres"
3
- version = "0.7.2"
3
+ version = "0.7.3"
4
4
  description = "Aevum — PostgreSQL GraphStore + ConsentLedger backend (team deployments)."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -26,6 +26,6 @@ from aevum.store.postgres.consent import PostgresConsentLedger
26
26
  from aevum.store.postgres.ledger import PostgresLedger
27
27
  from aevum.store.postgres.store import PostgresStore
28
28
 
29
- __version__ = "0.4.0"
29
+ __version__ = "0.7.3"
30
30
 
31
31
  __all__ = ["PostgresStore", "PostgresConsentLedger", "PostgresLedger"]