Skip to content

Commit 74d31b4

Browse files
committed
Bump version: 3.2.4 → 3.2.5
1 parent 4319ae3 commit 74d31b4

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
@@ -2,7 +2,7 @@
22
# flake8: noqa
33
__author__ = 'Nick Ficano'
44
__email__ = '[email protected]'
5-
__version__ = '3.2.4'
5+
__version__ = '3.2.5'
66

77
from .aws_lambda import deploy, deploy_s3, invoke, init, build, upload, cleanup_old_versions
88

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 = 3.2.4
4+
current_version = 3.2.5
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
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='python-lambda',
37-
version='3.2.4',
37+
version='3.2.5',
3838
description='The bare minimum for a Python app running on Amazon Lambda.',
3939
long_description=readme,
4040
author='Nick Ficano',

0 commit comments

Comments
 (0)