Skip to content

Commit

Permalink
chore(release): Add support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrewer committed Mar 27, 2022
1 parent 630beff commit 16348a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion event-schema/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-lambda-publish-shared-event"
version = "0.10.0"
version = "0.11.0"
description = "Creating Shareable test events"
license = "MIT"
authors = ["Michael Brewer"]
Expand Down
2 changes: 1 addition & 1 deletion event-schema/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="aws-lambda-publish-shared-event",
version="0.10.0",
version="0.11.0",
entry_points={
"console_scripts": ["publish-shared-event=aws_lambda_publish_shared_event.__main__:main"],
},
Expand Down

0 comments on commit 16348a4

Please sign in to comment.