Skip to content

Commit 2c7871a

Browse files
committed
update version
1 parent ca46f6b commit 2c7871a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: examples/demo_maxflow.py

-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def demo_maxflow3d():
145145
lamda = 10.0
146146
sigma = 15.0
147147
param = (lamda, sigma)
148-
print('image data shape', img_data.shape)
149148
lab = maxflow3d(img_data, Prob, param)
150149
lab_obj = sitk.GetImageFromArray(lab)
151150
lab_obj.CopyInformation(img_obj)

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171

7272

7373
setup(name=package_name,
74-
version = "0.0.5",
74+
version = "0.0.6",
7575
author ='Guotai Wang',
7676
author_email = '[email protected]',
7777
description = description,
7878
long_description = long_description,
7979
long_description_content_type = 'text/markdown',
80-
url = 'https://github.com/taigw/SimpleCRF',
80+
url = 'https://github.com/HiLab-git/SimpleCRF',
8181
license = 'BSD',
8282
packages = setuptools.find_packages(),
8383
ext_modules = [module1, module2, module3],

0 commit comments

Comments
 (0)