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 6756439 commit 475990cCopy full SHA for 475990c
aws_lambda/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
__author__ = "Nick Ficano"
3
__email__ = "[email protected]"
4
-__version__ = "6.0.0"
+__version__ = "7.0.0"
5
6
from .aws_lambda import (
7
deploy,
setup.cfg
[bumpversion]
commit = True
tag = True
-current_version = 6.0.0
+current_version = 7.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name="python-lambda",
27
- version="6.0.0",
+ version="7.0.0",
28
description="The bare minimum for a Python app running on Amazon Lambda.",
29
long_description=readme,
30
author="Nick Ficano",
0 commit comments