Skip to content

Commit 96f7e2a

Browse files
committed
Bump version: 8.0.0 → 9.0.0
1 parent fe01dca commit 96f7e2a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aws_lambda/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
__author__ = "Nick Ficano"
33
__email__ = "[email protected]"
4-
__version__ = "8.0.0"
4+
__version__ = "9.0.0"
55

66
from .aws_lambda import (
77
deploy,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 8.0.0
4+
current_version = 9.0.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66
serialize =
77
{major}.{minor}.{patch}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name="python-lambda",
27-
version="8.0.0",
27+
version="9.0.0",
2828
description="The bare minimum for a Python app running on Amazon Lambda.",
2929
long_description=readme,
3030
author="Nick Ficano",

0 commit comments

Comments
 (0)