From 12ace4d996149bf57c2851b80a9c7285b0d83fc6 Mon Sep 17 00:00:00 2001 From: Jacob Reimers Date: Tue, 5 Mar 2024 17:20:38 +0100 Subject: [PATCH] Update to 0.4.0 --- aett_domain/pyproject.toml | 4 ++-- aett_dynamodb/pyproject.toml | 4 ++-- aett_eventstore/pyproject.toml | 2 +- aett_mongo/pyproject.toml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aett_domain/pyproject.toml b/aett_domain/pyproject.toml index c4834db..97ecb30 100644 --- a/aett_domain/pyproject.toml +++ b/aett_domain/pyproject.toml @@ -10,7 +10,7 @@ include = ["aett.domain"] [project] name = "aett-domain" -version = "0.3.1" +version = "0.4.0" description = "Domain modeling types aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -23,7 +23,7 @@ classifiers = [ keywords = ["events", "event store", "ddd", "domain"] dependencies = [ 'multipledispatch >= 1.0.0', - 'aett-eventstore>=0.3.1' + 'aett-eventstore>=0.4.0' ] requires-python = ">=3.8" diff --git a/aett_dynamodb/pyproject.toml b/aett_dynamodb/pyproject.toml index ca8bf16..091b403 100644 --- a/aett_dynamodb/pyproject.toml +++ b/aett_dynamodb/pyproject.toml @@ -10,7 +10,7 @@ include = ["aett.dynamodb"] [project] name = "aett-dynamodb" -version = "0.3.1" +version = "0.4.0" description = "DynamoDB connector for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +22,7 @@ classifiers = [ ] keywords = ["events", "event store", "dynamodb"] dependencies = [ - 'aett-domain >= 0.3.1', + 'aett-domain >= 0.4.0', 'boto3[crt]~=1.34.51' ] requires-python = ">=3.8" diff --git a/aett_eventstore/pyproject.toml b/aett_eventstore/pyproject.toml index f5eceac..5366a73 100644 --- a/aett_eventstore/pyproject.toml +++ b/aett_eventstore/pyproject.toml @@ -10,7 +10,7 @@ include = ["aett.eventstore"] [project] name = "aett-eventstore" -version = "0.3.1" +version = "0.4.0" description = "Event store for Python" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] diff --git a/aett_mongo/pyproject.toml b/aett_mongo/pyproject.toml index 6e63782..2a2718d 100644 --- a/aett_mongo/pyproject.toml +++ b/aett_mongo/pyproject.toml @@ -10,7 +10,7 @@ include = ["aett.mongodb"] [project] name = "aett-mongodb" -version = "0.3.1" +version = "0.4.0" description = "MongoDB connector for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +22,7 @@ classifiers = [ ] keywords = ["events", "event store", "dynamodb"] dependencies = [ - 'aett-domain >= 0.3.1', + 'aett-domain >= 0.4.0', 'pymongo~=4.6.2' ] requires-python = ">=3.8"