From 725711327a01fd36a3085c09cfa513b51a125a29 Mon Sep 17 00:00:00 2001 From: Dileep Kishore Date: Mon, 8 Oct 2018 16:11:34 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mindpipe/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mindpipe/__init__.py b/mindpipe/__init__.py index 11938ca6..2627a841 100644 --- a/mindpipe/__init__.py +++ b/mindpipe/__init__.py @@ -2,4 +2,4 @@ __author__ = """Dileep Kishore""" __email__ = 'dkishore@bu.edu' -__version__ = '0.4.1' +__version__ = '0.4.2' diff --git a/setup.cfg b/setup.cfg index 9038285f..c2688a01 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = True diff --git a/setup.py b/setup.py index 40df935e..1639c561 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/dileep-kishore/mindpipe', - version='0.4.1', + version='0.4.2', zip_safe=False, )