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',