diff --git a/aett_domain/pyproject.toml b/aett_domain/pyproject.toml index bef803d..8a24c92 100644 --- a/aett_domain/pyproject.toml +++ b/aett_domain/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.domain"] [project] name = "aett-domain" -version = "0.9.0" +version = "1.0.0" description = "Domain modeling types aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -23,7 +21,7 @@ classifiers = [ keywords = ["events", "event store", "ddd", "domain"] dependencies = [ 'multipledispatch >= 1.0.0', - 'aett-eventstore>=0.9.0' + 'aett-eventstore>=1.0.0' ] requires-python = ">=3.10" diff --git a/aett_dynamodb/pyproject.toml b/aett_dynamodb/pyproject.toml index b74d9f4..01b1ccb 100644 --- a/aett_dynamodb/pyproject.toml +++ b/aett_dynamodb/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.dynamodb"] [project] name = "aett-dynamodb" -version = "0.9.0" +version = "1.0.0" description = "DynamoDB connector for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +20,7 @@ classifiers = [ ] keywords = ["events", "event store", "dynamodb"] dependencies = [ - 'aett-domain >= 0.9.0', + 'aett-domain >= 1.0.0', 'boto3[crt]~=1.34.88' ] requires-python = ">=3.10" diff --git a/aett_eventstore/pyproject.toml b/aett_eventstore/pyproject.toml index 920b041..310bf71 100644 --- a/aett_eventstore/pyproject.toml +++ b/aett_eventstore/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.eventstore"] [project] name = "aett-eventstore" -version = "0.9.0" +version = "1.0.0" description = "Event store for Python" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] diff --git a/aett_inmemory/pyproject.toml b/aett_inmemory/pyproject.toml index 956af00..a05cd0c 100644 --- a/aett_inmemory/pyproject.toml +++ b/aett_inmemory/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.inmemory"] [project] name = "aett-inmemory" -version = "0.9.0" +version = "1.0.0" description = "In-Memory persistence for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +20,7 @@ classifiers = [ ] keywords = ["events", "event store", "s3"] dependencies = [ - 'aett-domain >= 0.9.0' + 'aett-domain >= 1.0.0' ] requires-python = ">=3.10" diff --git a/aett_mongo/pyproject.toml b/aett_mongo/pyproject.toml index 27277a3..0d0cf9c 100644 --- a/aett_mongo/pyproject.toml +++ b/aett_mongo/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.5.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.mongodb"] [project] name = "aett-mongodb" -version = "0.9.0" +version = "1.0.0" description = "MongoDB connector for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +20,7 @@ classifiers = [ ] keywords = ["events", "event store", "mongo", "mongodb"] dependencies = [ - 'aett-domain >= 0.9.0', + 'aett-domain >= 1.0.0', 'pymongo~=4.6.3' ] requires-python = ">=3.10" diff --git a/aett_postgres/pyproject.toml b/aett_postgres/pyproject.toml index 831e48c..fa90140 100644 --- a/aett_postgres/pyproject.toml +++ b/aett_postgres/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.1.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.postgres"] [project] name = "aett-postgres" -version = "0.9.0" +version = "1.0.0" description = "Postgres connector for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +20,7 @@ classifiers = [ ] keywords = ["events", "event store", "postgres"] dependencies = [ - 'aett-domain >= 0.9.0', + 'aett-domain >= 1.0.0', 'psycopg-binary~=3.1.18' ] requires-python = ">=3.10" diff --git a/aett_s3/pyproject.toml b/aett_s3/pyproject.toml index de23f29..ce0cb52 100644 --- a/aett_s3/pyproject.toml +++ b/aett_s3/pyproject.toml @@ -1,5 +1,3 @@ -# pyproject.toml - [build-system] requires = ["setuptools>=69.1.1", "wheel"] build-backend = "setuptools.build_meta" @@ -10,7 +8,7 @@ include = ["aett.s3"] [project] name = "aett-s3" -version = "0.9.0" +version = "1.0.0" description = "S3 connector for aett event store" readme = "README.md" authors = [{ name = "Jacob Reimers", email = "pypi@reimers.io" }] @@ -22,7 +20,7 @@ classifiers = [ ] keywords = ["events", "event store", "s3"] dependencies = [ - 'aett-domain >= 0.9.0', + 'aett-domain >= 1.0.0', 'boto3[crt]~=1.34.79' ] requires-python = ">=3.10"