From dd9e038e6d7c41fb7ea083392c3bd766f62a6834 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Tue, 1 Sep 2020 12:08:15 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brainreg/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/brainreg/__init__.py b/brainreg/__init__.py index bb6480e..6b0f996 100644 --- a/brainreg/__init__.py +++ b/brainreg/__init__.py @@ -1,3 +1,3 @@ __author__ = "Adam Tyson" -__version__ = "0.1.7" +__version__ = "0.1.8" from . import * diff --git a/setup.cfg b/setup.cfg index 4d65b32..60e2d10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 commit = True tag = True diff --git a/setup.py b/setup.py index 9ad7288..f26cf2a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="brainreg", - version="0.1.7", + version="0.1.8", description="Automated 3D brain registration", long_description=long_description, long_description_content_type="text/markdown",