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