Skip to content

Commit b70a0b6

Browse files
committed
chore: add changelog, bump version, update lock and project toml
1 parent 6243282 commit b70a0b6

File tree

4 files changed

+176
-37
lines changed

4 files changed

+176
-37
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a id='changelog-0.1.26'></a>
2+
# 0.1.27 — 2025-07-25
3+
4+
## Fixed
5+
6+
- Top-level key error bug in Predictor class [#75](https://github.com/okunator/cellseg_models.pytorch/issues/75)
7+
18
<a id='changelog-0.1.26'></a>
29
# 0.1.26 — 2025-05-07
310

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.26"
1+
__version__ = "0.1.27"
22
__all__ = ["__version__"]

0 commit comments

Comments
 (0)