Skip to content

Commit

Permalink
chore(release): aws-lambda-publish-shared-event 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrewer committed Mar 29, 2022
1 parent 2fad934 commit 163cd59
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.13.0"
version = "0.14.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.13.0",
version="0.14.0",
entry_points={
"console_scripts": [
"publish-shared-event=aws_lambda_publish_shared_event.__main__:main",
Expand Down

0 comments on commit 163cd59

Please sign in to comment.