From 6d2028717a048db7ad79b0cdb6f25910b6901eec Mon Sep 17 00:00:00 2001 From: ShouWenWang Date: Thu, 9 Dec 2021 19:10:13 -0500 Subject: [PATCH] Update version to be 0.2.0 --- cospar/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cospar/__init__.py b/cospar/__init__.py index 6899920..641514d 100644 --- a/cospar/__init__.py +++ b/cospar/__init__.py @@ -1,4 +1,4 @@ """CoSpar - dynamic inference by integrating transcriptome and lineage information""" -__version__ = "0.1.9" +__version__ = "0.2.0" from . import datasets, hf, logging, pl, pp, settings, tl, tmap