Skip to content

Commit 24c6cfb

Browse files
Bump version: 11.7.1 → 11.8.0
1 parent db90ae0 commit 24c6cfb

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__ = "11.7.1"
4+
__version__ = "11.8.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 = 11.7.1
4+
current_version = 11.8.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
@@ -59,7 +59,7 @@ def run(self):
5959

6060
setup(
6161
name="python-lambda",
62-
version="11.7.1",
62+
version="11.8.0",
6363
author="Nick Ficano",
6464
author_email="[email protected]",
6565
packages=find_packages(),

0 commit comments

Comments
 (0)