From ae3d952c4e9a6f5afa849dba65fa40e80ada93c1 Mon Sep 17 00:00:00 2001 From: aron0093 Date: Mon, 14 Aug 2023 08:13:38 +0000 Subject: [PATCH] Release v0.2.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f96ac28..13fcf7e 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name='cytopath', - version='0.2.0', + version='0.2.1', description='Simulation based inference of differentiation trajectories from RNA velocity fields.', license='BSD 3-Clause License', packages=find_packages(), author = 'Revant Gupta', author_email = 'revant.gupta.93@gmail.com', url = 'https://github.com/aron0093/cytopath', - download_url = 'https://github.com/aron0093/cytopath/archive/v_020.tar.gz', + download_url = 'https://github.com/aron0093/cytopath/archive/v_021.tar.gz', keywords = ['Trajectory Inference', 'single-cell RNA sequencing', 'RNA velocity'], install_requires=[ 'scvelo>=0.1.25',