Skip to content

Commit c2ee29e

Browse files
committed
Bump version: 0.6.0 → 0.7.0
1 parent c59b5bc commit c2ee29e

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__ = 'nficano@gmail.com'
5-
__version__ = '0.6.0'
5+
__version__ = '0.7.0'
66

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

setup.py

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

2222
setup(
2323
name='python-lambda',
24-
version='0.6.0',
24+
version='0.7.0',
2525
description="The bare minimum for a Python app running on Amazon Lambda.",
2626
long_description=readme + '\n\n' + history,
2727
author="Nick Ficano",

0 commit comments

Comments
 (0)