Skip to content

Commit c4ce774

Browse files
committed
1.0.1 Release preparation
1 parent f8648c7 commit c4ce774

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

setup.py

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,25 @@
55

66
setup(
77
name='segmentation_models_pytorch_3d',
8-
version='1.0.0',
8+
version='1.0.1',
99
author='Roman Sol (ZFTurbo)',
1010
packages=[
1111
'segmentation_models_pytorch_3d',
12-
'segmentation_models_pytorch_3d/base',
12+
'segmentation_models_pytorch_3d/losses',
1313
'segmentation_models_pytorch_3d/datasets',
14-
'segmentation_models_pytorch_3d/decoders',
14+
'segmentation_models_pytorch_3d/base',
1515
'segmentation_models_pytorch_3d/encoders',
16-
'segmentation_models_pytorch_3d/losses',
17-
'segmentation_models_pytorch_3d/metrics',
16+
'segmentation_models_pytorch_3d/decoders',
1817
'segmentation_models_pytorch_3d/utils',
18+
'segmentation_models_pytorch_3d/metrics',
19+
'segmentation_models_pytorch_3d/decoders/linknet',
20+
'segmentation_models_pytorch_3d/decoders/unet',
21+
'segmentation_models_pytorch_3d/decoders/deeplabv3',
22+
'segmentation_models_pytorch_3d/decoders/pan',
23+
'segmentation_models_pytorch_3d/decoders/pspnet',
24+
'segmentation_models_pytorch_3d/decoders/fpn',
25+
'segmentation_models_pytorch_3d/decoders/unetplusplus',
26+
'segmentation_models_pytorch_3d/decoders/manet',
1927
],
2028
url='https://github.com/ZFTurbo/segmentation_models_pytorch_3d',
2129
description='Set of models for segmentation of 3D volumes using PyTorch.',

0 commit comments

Comments
 (0)