From 8f7374190d7744e717a239e0a8875eb66bc3e270 Mon Sep 17 00:00:00 2001 From: Michelle Khoo Date: Mon, 25 Mar 2024 19:22:08 -0700 Subject: [PATCH] Update version to 0.08 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 29c5d7b..cd5a34a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_data_files(parent_dir): setup( name="stats_utils", - version="0.0.7", + version="0.0.8", description="Statistics utilities for remoscope and corresponding paper", long_description=readme(), url="https://github.com/czbiohub-sf/remo-stats-utils",