Skip to content

Commit 16348a4

Browse files
committed
chore(release): Add support for python 3.8
1 parent 630beff commit 16348a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

event-schema/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-lambda-publish-shared-event"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
description = "Creating Shareable test events"
55
license = "MIT"
66
authors = ["Michael Brewer"]

event-schema/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="aws-lambda-publish-shared-event",
10-
version="0.10.0",
10+
version="0.11.0",
1111
entry_points={
1212
"console_scripts": ["publish-shared-event=aws_lambda_publish_shared_event.__main__:main"],
1313
},

0 commit comments

Comments
 (0)