From ee7ce23a5f94ad20a54209a509eed850a105bd10 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 15 Jan 2015 18:36:43 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dadd/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 98092d9..058c0eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -3,5 +3,5 @@ files = setup.py dadd/__init__.py commit = True tag = True tag_name = {new_version} -current_version = 0.2.2 +current_version = 0.2.3 diff --git a/dadd/__init__.py b/dadd/__init__.py index cc906cc..cca5598 100755 --- a/dadd/__init__.py +++ b/dadd/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Eric Larson' __email__ = 'eric@ionrock.org' -__version__ = '0.2.2' \ No newline at end of file +__version__ = '0.2.3' \ No newline at end of file diff --git a/setup.py b/setup.py index a31741e..10696ad 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name='dadd', - version='0.2.2', + version='0.2.3', description='Dadd administers daemons.', long_description=readme + '\n\n' + history, author='Eric Larson',