Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Commit e8792bf

Browse files
author
Christoph Schabert
committed
Bump version: 0.1.3 → 0.1.4
1 parent 98b6d99 commit e8792bf

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lambda_utils/__init__.py

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

33
__author__ = """Hans Christoph Schabert"""
44
__email__ = 'christoph@schabert.me'
5-
__version__ = '0.1.3'
5+
__version__ = '0.1.4'
66

77

88
class Event(object):

setup.cfg

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

@@ -11,7 +11,6 @@ replace = version='{new_version}'
1111
search = __version__ = '{current_version}'
1212
replace = __version__ = '{new_version}'
1313

14-
1514
[flake8]
1615
exclude = docs
1716

setup.py

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

2020
setup(
2121
name='lambda_utils',
22-
version='0.1.3',
22+
version='0.1.4',
2323
description="A collection of AWS Lambda Utils / Decorator for different AWS events e.g. Api Gateway, S3, CloudFormation, CloudWatch ",
2424
long_description=readme + '\n\n' + history,
2525
author="Hans Christoph Schabert",

0 commit comments

Comments
 (0)