From f835ff02ff195b39501813ed3295c174133b5450 Mon Sep 17 00:00:00 2001 From: Dileep Kishore Date: Tue, 28 Aug 2018 13:43:18 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.4=20=E2=86=92=200.3.0?= 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 2ff8da52..80d42f2a 100644 --- a/mindpipe/__init__.py +++ b/mindpipe/__init__.py @@ -2,4 +2,4 @@ __author__ = """Dileep Kishore""" __email__ = 'dkishore@bu.edu' -__version__ = '0.2.4' +__version__ = '0.3.0' diff --git a/setup.cfg b/setup.cfg index 016ac571..606de1a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index a0da5b61..a7496da6 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.4', + version='0.3.0', zip_safe=False, )