From 573016c0b7cd2c48a3c70301a43fce6065b6d860 Mon Sep 17 00:00:00 2001 From: Tony Tung Date: Mon, 20 Aug 2018 10:58:03 -0700 Subject: [PATCH] Bump slicedimage to 0.0.1 (#444) Bump slicedimage to 0.0.1 --- REQUIREMENTS.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/REQUIREMENTS.txt b/REQUIREMENTS.txt index 6b89b3c55..684f1108a 100644 --- a/REQUIREMENTS.txt +++ b/REQUIREMENTS.txt @@ -10,7 +10,7 @@ scikit-image>=0.14.0 scikit-learn scipy showit >= 1.1.4 -slicedimage == 0.0.0-dev23 +slicedimage == 0.0.1 scikit-learn tqdm trackpy diff --git a/setup.py b/setup.py index 39714d3b4..42b5d28a9 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( name="starfish", - version="0.0.12", + version="0.0.13", description="Pipelines and pipeline components for the analysis of image-based transcriptomics data", author="Deep Ganguli", author_email="dganguli@chanzuckerberg.com",