Skip to content

Commit

Permalink
Update to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrdk committed Mar 5, 2024
1 parent 7362837 commit 12ace4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aett_domain/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand All @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions aett_dynamodb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion aett_eventstore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand Down
4 changes: 2 additions & 2 deletions aett_mongo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }]
Expand All @@ -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"
Expand Down

0 comments on commit 12ace4d

Please sign in to comment.