Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vedarthk committed Jun 20, 2017
1 parent 5ac1e57 commit aa7356a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion async_runner/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Vedarth Kulkarni'
__email__ = 'vedarthk@vedarthz.in'
__version__ = '0.1.5'
__version__ = '0.1.6'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

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

setup(
name='async_runner',
version='0.1.5',
version='0.1.6',
description="Async Runner",
long_description=readme + '\n\n' + history,
author="Vedarth Kulkarni",
Expand Down

0 comments on commit aa7356a

Please sign in to comment.