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

Commit 2bbba41

Browse files
author
Christoph Schabert
committed
Bump version: 0.2.11 → 0.2.12
1 parent b9a2c12 commit 2bbba41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lambda_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
__author__ = """CloudHeads"""
33
__email__ = 'theguys@cloudheads.io'
4-
__version__ = '0.2.11'
4+
__version__ = '0.2.12'
55

66
from concurrent.futures import ThreadPoolExecutor
77

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.2.11
2+
current_version = 0.2.12
33
commit = True
44
tag = True
55

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.2.11',
22+
version='0.2.12',
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="Cloudheads",

0 commit comments

Comments
 (0)