Skip to content

Commit 365f1e9

Browse files
author
selliott
committed
Bump version: 3.1.2 → 3.1.3
1 parent d7ab6e9 commit 365f1e9

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.1.2'
5+
__version__ = '3.1.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.1.2
4+
current_version = 3.1.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
@@ -26,7 +26,7 @@
2626

2727
setup(
2828
name='python-lambda',
29-
version='3.1.2',
29+
version='3.1.3',
3030
description='The bare minimum for a Python app running on Amazon Lambda.',
3131
long_description=readme,
3232
author='Nick Ficano',

0 commit comments

Comments
 (0)