Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ionrock committed Dec 9, 2014
1 parent 17174a0 commit f69b6a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -3,5 +3,5 @@ files = setup.py dadd/__init__.py
commit = True
tag = True
tag_name = {new_version}
current_version = 0.1.3
current_version = 0.1.4

2 changes: 1 addition & 1 deletion dadd/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Eric Larson'
__email__ = 'eric@ionrock.org'
__version__ = '0.1.3'
__version__ = '0.1.4'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

setup(
name='dadd',
version='0.1.3',
version='0.1.4',
description=('Dadd is a remote worker hosts for '
'starting and forgetting processes.'),
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit f69b6a8

Please sign in to comment.