diff --git a/datools/__init__.py b/datools/__init__.py index 4bbb683..912936d 100644 --- a/datools/__init__.py +++ b/datools/__init__.py @@ -2,4 +2,4 @@ __author__ = """Adam Marcus""" __email__ = 'marcua@marcua.net' -__version__ = '0.1.4' +__version__ = '0.1.5' diff --git a/setup.cfg b/setup.cfg index 600ea92..0049bc7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index 75fca79..7bf1174 100644 --- a/setup.py +++ b/setup.py @@ -54,6 +54,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/marcua/datools', - version='0.1.4', + version='0.1.5', zip_safe=False, )