diff --git a/datools/__init__.py b/datools/__init__.py index 6ef8c7d..4bbb683 100644 --- a/datools/__init__.py +++ b/datools/__init__.py @@ -2,4 +2,4 @@ __author__ = """Adam Marcus""" __email__ = 'marcua@marcua.net' -__version__ = '0.1.3' +__version__ = '0.1.4' diff --git a/setup.cfg b/setup.cfg index cbfa404..600ea92 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.4 commit = True tag = True @@ -18,6 +18,5 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here test = pytest diff --git a/setup.py b/setup.py index 18b2e45..e718f37 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/marcua/datools', - version='0.1.3', + version='0.1.4', zip_safe=False, )