Skip to content

Commit

Permalink
Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrdk committed Apr 26, 2024
1 parent 5c116e9 commit e512758
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 27 deletions.
6 changes: 2 additions & 4 deletions aett_domain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.5.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand All @@ -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"

Expand Down
6 changes: 2 additions & 4 deletions aett_dynamodb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.5.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand All @@ -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"
Expand Down
4 changes: 1 addition & 3 deletions aett_eventstore/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.5.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand Down
6 changes: 2 additions & 4 deletions aett_inmemory/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.5.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand All @@ -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"

Expand Down
6 changes: 2 additions & 4 deletions aett_mongo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.5.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand All @@ -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"
Expand Down
6 changes: 2 additions & 4 deletions aett_postgres/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.1.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand All @@ -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"
Expand Down
6 changes: 2 additions & 4 deletions aett_s3/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# pyproject.toml

[build-system]
requires = ["setuptools>=69.1.1", "wheel"]
build-backend = "setuptools.build_meta"
Expand All @@ -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" }]
Expand All @@ -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"
Expand Down

0 comments on commit e512758

Please sign in to comment.