Skip to content

Commit

Permalink
Bump version: 1.8.31 → 1.8.32
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Jun 8, 2016
1 parent 5a17171 commit 6fae0dc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lisa/organ_segmentation.py
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 6fae0dc

Please sign in to comment.