We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6e703 commit ec24c67Copy full SHA for ec24c67
setup.py
@@ -3,7 +3,7 @@
3
LONG_DESCRIPTION = open("README.md").read()
4
5
setup(name="aws-lambda-decorators",
6
- version="0.40",
+ version="0.39",
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