From 399cd95dbb35af79423c0e915f5a03f7f2b98ff4 Mon Sep 17 00:00:00 2001 From: Lee Newberg Date: Tue, 1 Oct 2024 17:03:23 -0400 Subject: [PATCH] ENH: Bump version to 2.5.3 --- histomics_stream/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histomics_stream/__init__.py b/histomics_stream/__init__.py index 8baa20b..783e1b2 100644 --- a/histomics_stream/__init__.py +++ b/histomics_stream/__init__.py @@ -18,7 +18,7 @@ """Whole-slide image streamer for machine learning frameworks.""" -__version__ = "2.4.0" +__version__ = "2.5.3" """