Skip to content

Commit 2112823

Browse files
committed
chore: bump version
1 parent 288099d commit 2112823

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a id='changelog-0.1.21'></a>
2+
# 0.1.21 — 2023-06-12
3+
4+
## Features
5+
6+
- Add StrongAugment data augmentation pipeline to data-loading pipeline: https://arxiv.org/abs/2206.15274
7+
8+
## Fixes
9+
10+
- Minor bug fixes
111
<a id='changelog-0.1.20'></a>
212

313
# 0.1.20 — 2023-01-13

cellseg_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from . import inference, models, utils
22
from .models import CellPoseUnet, HoverNet, StarDistUnet
33

4-
__version__ = "0.1.20"
4+
__version__ = "0.1.21"
55
submodules = ["utils", "models", "inference"]
66
__all__ = [
77
"__version__",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cellseg_models_pytorch"
3-
version = "0.1.20"
3+
version = "0.1.21"
44
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
55
authors = ["Okunator <oskari.lehtonen@helsinki.fi>"]
66
license = "MIT"

0 commit comments

Comments
 (0)