From 9b524ead83a9dc75b321bc962f3c5baf9fedf629 Mon Sep 17 00:00:00 2001 From: Justin Hong Date: Fri, 13 Aug 2021 12:04:59 -0700 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3699637..cba0fa0 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='rnasieve', packages=['rnasieve'], - version='0.1.3', + version='0.1.4', license='GPL', description='A library for the statistical deconvolution of RNA bulk samples with single-cell references.', long_description=long_description, @@ -15,7 +15,7 @@ author='Justin Hong', author_email='justinhong@berkeley.edu', url='https://github.com/songlab-cal/rna-sieve', - download_url='https://github.com/songlab-cal/archive/v_0_1_3.tar.gz', + download_url='https://github.com/songlab-cal/archive/v_0_1_4.tar.gz', keywords=[ 'rna', 'deconvolution',