Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vedarthk committed Mar 1, 2016
1 parent 590ef90 commit 850cdbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion async_runner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Vedarth Kulkarni'
__email__ = '[email protected]'
__version__ = '0.1.1'
__version__ = '0.1.2'
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.1.2
commit = True
tag = True

Expand All @@ -11,4 +11,5 @@ tag = True
universal = 1

[flake8]
exclude = docs
exclude = docs

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit 850cdbd

Please sign in to comment.