From ec66670f9fc687c2e935966780b82c50b1e94482 Mon Sep 17 00:00:00 2001 From: rraadd88 Date: Mon, 27 Nov 2023 15:02:54 -0500 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e04ae90..92dbf5b 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ # main setup command setuptools.setup( name='htsimaging', - version='1.0.4', + version='1.0.5', description='High-Throughput Single-cell Imaging analysis.', long_description=long_description, long_description_content_type="text/markdown",