Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
okunator committed Oct 7, 2022
1 parent ce4bc0c commit 545959e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

<a id='changelog-0.1.4'></a>
# 0.1.4 — 2022-10-07

## Fixes

- Wandb Callback bugs fixed.
<a id='changelog-0.1.4'></a>

# 0.1.4 — 2022-10-06
Expand Down
2 changes: 1 addition & 1 deletion cellseg_models_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import inference, models, utils
from .models import CellPoseUnet, HoverNet, StarDistUnet

__version__ = "0.1.4"
__version__ = "0.1.5"
submodules = ["utils", "models", "inference"]
__all__ = [
"__version__",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cellseg_models_pytorch"
version = "0.1.4"
version = "0.1.5"
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
authors = ["Okunator <oskari.lehtonen@helsinki.fi>"]
license = "MIT"
Expand Down

0 comments on commit 545959e

Please sign in to comment.