From 287bdbd887f36cfd133ee9e276c28b06e28413bf Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Mon, 17 Aug 2020 10:28:10 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.18=20=E2=86=92=200.0.19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neuro/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/neuro/__init__.py b/neuro/__init__.py index 3dfc96b..fb25c4f 100644 --- a/neuro/__init__.py +++ b/neuro/__init__.py @@ -1,2 +1,2 @@ __author__ = "Adam Tyson" -__version__ = "0.0.18" +__version__ = "0.0.19" diff --git a/setup.cfg b/setup.cfg index 6d1f584..fd85c6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.18 +current_version = 0.0.19 commit = True tag = True diff --git a/setup.py b/setup.py index a5fa128..c00816d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="neuro", - version="0.0.18", + version="0.0.19", description="Visualisation and analysis of brain imaging data", install_requires=requirements, extras_require={