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 61cbeff commit 04bb5f1Copy full SHA for 04bb5f1
aws_lambda/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
__author__ = "Nick Ficano"
3
__email__ = "nficano@gmail.com"
4
-__version__ = "11.6.0"
+__version__ = "11.6.1"
5
6
from .aws_lambda import (
7
deploy,
setup.cfg
[bumpversion]
commit = True
tag = True
-current_version = 11.6.0
+current_version = 11.6.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
setup.py
@@ -54,7 +54,7 @@ def run(self):
54
55
setup(
56
name="python-lambda",
57
- version="11.6.0",
+ version="11.6.1",
58
author="Nick Ficano",
59
author_email="nficano@gmail.com",
60
packages=find_packages(),
0 commit comments