Skip to content

Commit 4c4d6ab

Browse files
committed
Bump version: 3.2.2 → 3.2.3
1 parent ebef2fc commit 4c4d6ab

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.2'
5+
__version__ = '3.2.3'
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.2
4+
current_version = 3.2.3
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
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='python-lambda',
28-
version='3.2.2',
28+
version='3.2.3',
2929
description='The bare minimum for a Python app running on Amazon Lambda.',
3030
long_description=readme,
3131
author='Nick Ficano',

0 commit comments

Comments
 (0)