Skip to content

Commit

Permalink
chore(release): lambda-event-schema-tool 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrewer committed Mar 25, 2022
1 parent 26e41e7 commit 0592dca
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 = "lambda-event-schema-tool"
version = "0.7.0"
version = "0.8.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.7.0",
version="0.8.0",
entry_points={
"console_scripts": ["publish-shared-event=aws_lambda_publish_shared_event.__main__:main"],
},
Expand Down

0 comments on commit 0592dca

Please sign in to comment.