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 13933d4 commit c288798Copy full SHA for c288798
aws_lambda/__init__.py
@@ -2,7 +2,7 @@
2
# flake8: noqa
3
__author__ = 'Nick Ficano'
4
__email__ = 'nficano@gmail.com'
5
-__version__ = '0.1.10'
+__version__ = '0.1.11'
6
7
from .aws_lambda import deploy, invoke, init
8
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.10
+current_version = 0.1.11
commit = True
tag = True
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='python-lambda',
24
- version='0.1.10',
+ version='0.1.11',
25
description="The bare minimum for a Python app running on Amazon Lambda.",
26
long_description=readme + '\n\n' + history,
27
author="Nick Ficano",
0 commit comments