Skip to content

Commit a161280

Browse files
committed
chore: bump version, add changelog
1 parent f994c2e commit a161280

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a id='changelog-0.1.30'></a>
2+
# 0.1.30 — 2025-11-14
3+
4+
# Feat
5+
Add `save_intermediate` param to .predict() method for models.
6+
17
<a id='changelog-0.1.29'></a>
28
# 0.1.29 — 2025-10-21
39

cellseg_models_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.29"
1+
__version__ = "0.1.30"
22
__all__ = ["__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.29"
3+
version = "0.1.30"
44
description = "Python library for 2D cell/nuclei instance segmentation models written with PyTorch."
55
authors = ["Okunator <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)