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 db90ae0 commit 24c6cfbCopy full SHA for 24c6cfb
aws_lambda/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
__author__ = "Nick Ficano"
3
__email__ = "nficano@gmail.com"
4
-__version__ = "11.7.1"
+__version__ = "11.8.0"
5
6
from .aws_lambda import (
7
deploy,
setup.cfg
[bumpversion]
commit = True
tag = True
-current_version = 11.7.1
+current_version = 11.8.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
setup.py
@@ -59,7 +59,7 @@ def run(self):
59
60
setup(
61
name="python-lambda",
62
- version="11.7.1",
+ version="11.8.0",
63
author="Nick Ficano",
64
author_email="nficano@gmail.com",
65
packages=find_packages(),
0 commit comments