We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0488d4 + e887c6c commit 2002de2Copy full SHA for 2002de2
setup.py
@@ -3,7 +3,7 @@
3
LONG_DESCRIPTION = open('README.md').read()
4
5
setup(name='aws-lambda-decorators',
6
- version='0.28',
+ version='0.29',
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