From efbc190b8f9629f08679569303387cfe0b357732 Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Fri, 10 Nov 2017 22:24:08 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.12=20=E2=86=92=201.9.13?= 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 a7469979..73f6cfe2 100644 --- a/lisa/__init__.py +++ b/lisa/__init__.py @@ -1,7 +1,7 @@ __all__ = ['organ_segmentation'] #, 'qmisc', 'misc', 'experiments', #'support_structure_segmentation'] -__version__ = "1.9.12" +__version__ = "1.9.13" import organ_segmentation from main import lisa_main diff --git a/lisa/organ_segmentation.py b/lisa/organ_segmentation.py index 700b62ea..a05d66b0 100644 --- a/lisa/organ_segmentation.py +++ b/lisa/organ_segmentation.py @@ -231,7 +231,7 @@ def __init__( self.lisa_operator_identifier = lisa_operator_identifier # self.version = qmisc.getVersionString() # if self.version is None: - self.version = "1.9.12" + self.version = "1.9.13" self.viewermax = viewermax self.viewermin = viewermin self.volume_unit = volume_unit diff --git a/meta.yaml b/meta.yaml index 376cb604..6df89078 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,9 +1,9 @@ package: name: lisa - version: "1.9.12" + version: "1.9.13" source: - git_rev: 1.9.12 + git_rev: 1.9.13 git_url: . # git_url: https://github.com/mjirik/quantan.git diff --git a/setup.cfg b/setup.cfg index fede2321..9b5899a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.12 +current_version = 1.9.13 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 c60dc0d0..c2f3b2e0 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.9.12', + version='1.9.13', url='https://github.com/mjirik/lisa', author='Miroslav Jirik', author_email='miroslav.jirik@gmail.com',