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 39bf0d4 commit f35b56aCopy full SHA for f35b56a
aws_lambda/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
__author__ = "Nick Ficano"
3
__email__ = "nficano@gmail.com"
4
-__version__ = "11.0.0"
+__version__ = "11.1.0"
5
6
from .aws_lambda import (
7
deploy,
setup.cfg
[bumpversion]
commit = True
tag = True
-current_version = 11.0.0
+current_version = 11.1.0
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.0.0",
+ version="11.1.0",
58
author="Nick Ficano",
59
author_email="nficano@gmail.com",
60
packages=find_packages(),
0 commit comments