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 a871a79 commit 40acadcCopy full SHA for 40acadc
aws_lambda/__init__.py
@@ -1,7 +1,7 @@
1
# flake8: noqa
2
__author__ = "Nick Ficano"
3
__email__ = "[email protected]"
4
-__version__ = "7.0.0"
+__version__ = "8.0.0"
5
6
from .aws_lambda import (
7
deploy,
setup.cfg
[bumpversion]
commit = True
tag = True
-current_version = 7.0.0
+current_version = 8.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="7.0.0",
+ version="8.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