From 3d5eb9ffb79378b50902002f95d901546b328674 Mon Sep 17 00:00:00 2001 From: Michelle Khoo Date: Fri, 27 Sep 2024 11:41:13 -0700 Subject: [PATCH] Update stats version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7a1311..369cf6a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def get_data_files(parent_dir): setup( name="stats_utils", - version="0.0.13", + version="0.0.14", description="Statistics utilities for remoscope and corresponding paper", long_description=readme(), url="https://github.com/czbiohub-sf/remo-stats-utils",