We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6395e97 commit 5f8940fCopy full SHA for 5f8940f
cellseg_models_pytorch/__init__.py
@@ -1,7 +1,7 @@
1
from . import inference, models, utils
2
from .models import CellPoseUnet, HoverNet, StarDistUnet
3
4
-__version__ = "0.1.0"
+__version__ = "0.1.1"
5
submodules = ["utils", "models", "inference"]
6
__all__ = [
7
"__version__",
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cellseg_models_pytorch"
-version = "0.1.0"
+version = "0.1.1"
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
authors = ["Okunator <oskari.lehtonen@helsinki.fi>"]
license = "MIT"
0 commit comments