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

Commit

Permalink
Bump version: 0.2.5 → 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Schabert committed May 22, 2017
1 parent 4e53863 commit 6e4b366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lambda_utils/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
__author__ = """CloudHeads"""
__email__ = 'theguys@cloudheads.io'
__version__ = '0.2.5'
__version__ = '0.2.6'

import logging
from concurrent.futures import ThreadPoolExecutor
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.5
current_version = 0.2.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='lambda_utils',
version='0.2.5',
version='0.2.6',
description="A collection of AWS Lambda Utils / Decorator for different AWS events e.g. Api Gateway, S3, CloudFormation, CloudWatch ",
long_description=readme + '\n\n' + history,
author="Cloudheads",
Expand Down

0 comments on commit 6e4b366

Please sign in to comment.