Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
taigw committed Dec 21, 2019
1 parent ca46f6b commit 2c7871a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/demo_maxflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def demo_maxflow3d():
lamda = 10.0
sigma = 15.0
param = (lamda, sigma)
print('image data shape', img_data.shape)
lab = maxflow3d(img_data, Prob, param)
lab_obj = sitk.GetImageFromArray(lab)
lab_obj.CopyInformation(img_obj)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@


setup(name=package_name,
version = "0.0.5",
version = "0.0.6",
author ='Guotai Wang',
author_email = '[email protected]',
description = description,
long_description = long_description,
long_description_content_type = 'text/markdown',
url = 'https://github.com/taigw/SimpleCRF',
url = 'https://github.com/HiLab-git/SimpleCRF',
license = 'BSD',
packages = setuptools.find_packages(),
ext_modules = [module1, module2, module3],
Expand Down

0 comments on commit 2c7871a

Please sign in to comment.