Skip to content

Commit ff7e02f

Browse files
authored
Fix missed version (#106)
1 parent 29a33ce commit ff7e02f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: segmentation_models_pytorch/__init__.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
from .pspnet import PSPNet
55

66
from . import encoders
7-
from . import utils
7+
from . import utils
8+
9+
from .__version__ import __version__

0 commit comments

Comments
 (0)