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