Skip to content

Commit 45457f8

Browse files
committed
chore: up version, add changelog
1 parent 5370fdf commit 45457f8

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to Histolytics will be documented in this file.
44

5+
## [0.2.1] - 2025-08-18
6+
### Fixed
7+
- Reduced package size by compressing PNG data files
8+
- Fixed PyPI publishing issues
9+
510
## [0.2.0] - 2025-08-18
611
### Added
712
- Unify feature extraction API

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "histolytics"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Panoptic Segmentation and WSI Spatial Analysis"
55
readme = "README.md"
66
license = { file = "LICENSE" }

src/histolytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
__all__ = ["__version__"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)