From 6fae0dc4f0d9627f9b4d636ed5fc1dcf28da9f06 Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Wed, 8 Jun 2016 15:35:49 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.31=20=E2=86=92=201.8.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lisa/__init__.py | 2 +- lisa/organ_segmentation.py | 2 +- meta.yaml | 4 ++-- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisa/__init__.py b/lisa/__init__.py index 3f609a4c..7a11b20d 100644 --- a/lisa/__init__.py +++ b/lisa/__init__.py @@ -1,7 +1,7 @@ __all__ = ['organ_segmentation'] #, 'qmisc', 'misc', 'experiments', #'support_structure_segmentation'] -__version__ = "1.8.31" +__version__ = "1.8.32" import organ_segmentation from main import lisa_main diff --git a/lisa/organ_segmentation.py b/lisa/organ_segmentation.py index 60a5fe23..4bc73907 100644 --- a/lisa/organ_segmentation.py +++ b/lisa/organ_segmentation.py @@ -229,7 +229,7 @@ def __init__( self.lisa_operator_identifier = lisa_operator_identifier # self.version = qmisc.getVersionString() # if self.version is None: - self.version = "1.8.31" + self.version = "1.8.32" self.viewermax = viewermax self.viewermin = viewermin self.volume_unit = volume_unit diff --git a/meta.yaml b/meta.yaml index cd956428..3f83199e 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: lisa - version: "1.8.31" + version: "1.8.32" source: - git_rev: 1.8.31 + git_rev: 1.8.32 git_url: . # git_url: https://github.com/mjirik/quantan.git diff --git a/setup.cfg b/setup.cfg index 4e3570c5..abc52e98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.31 +current_version = 1.8.32 files = setup.py meta.yaml lisa/organ_segmentation.py lisa/__init__.py commit = True tag = True diff --git a/setup.py b/setup.py index 4173f958..a5dcc2dd 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='1.8.31', + version='1.8.32', url='https://github.com/mjirik/lisa', author='Miroslav Jirik', author_email='miroslav.jirik@gmail.com',