From 4a138352dbb0e8199bebef68632ea26a64eb2614 Mon Sep 17 00:00:00 2001 From: Adam Tyson Date: Mon, 3 Aug 2020 17:33:28 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brainreg/__init__.py | 2 +- setup.cfg | 5 ++--- setup.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/brainreg/__init__.py b/brainreg/__init__.py index 00fd8e6..e3536f1 100644 --- a/brainreg/__init__.py +++ b/brainreg/__init__.py @@ -1,3 +1,3 @@ __author__ = "Adam Tyson" -__version__ = "0.0.2" +__version__ = "0.0.3" from . import * diff --git a/setup.cfg b/setup.cfg index 4390cdf..41493ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True @@ -14,5 +14,4 @@ replace = __version__ = "{new_version}" [flake8] ignore = E203, E231, W503 max-line-length = 79 -;max-complexity = 5 -exclude = __init__.py \ No newline at end of file +exclude = __init__.py diff --git a/setup.py b/setup.py index e1b0e5f..e966d42 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="brainreg", - version="0.0.2", + version="0.0.3", description="Automated 3D brain registration", long_description=long_description, long_description_content_type="text/markdown",