From ee5a9b09d516d047e28867802b208d348317b30e Mon Sep 17 00:00:00 2001 From: Dileep Kishore Date: Fri, 17 Aug 2018 13:36:34 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= 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 eaed06a8..b295d0f1 100644 --- a/mindpipe/__init__.py +++ b/mindpipe/__init__.py @@ -2,4 +2,4 @@ __author__ = """Dileep Kishore""" __email__ = 'dkishore@bu.edu' -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/setup.cfg b/setup.cfg index 7f3176c5..bb37cd83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 2651eee2..5e2c0089 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.2.0', + version='0.2.1', zip_safe=False, )