We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15db8ec commit 9912cefCopy full SHA for 9912cef
setup.py
@@ -3,7 +3,7 @@
3
LONG_DESCRIPTION = open("README.md").read()
4
5
setup(name="aws-lambda-decorators",
6
- version="0.50",
+ version="0.51",
7
description="A set of python decorators to simplify aws python lambda development",
8
long_description=LONG_DESCRIPTION,
9
long_description_content_type="text/markdown",
0 commit comments