From f431cdefaf54ae20c73af84f6ffc8f87bfbaa215 Mon Sep 17 00:00:00 2001 From: Will Yashar Date: Fri, 13 Oct 2023 16:25:04 -0700 Subject: [PATCH] updating to version 1.0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 458cc57..edb058b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import setuptools setuptools.setup(name='priori_regulon-enrichment', - version='1.0.6', + version='1.0.7', description="""Priori predicts transcription factor activity from RNA sequencing data using prior, literature-supported regulatory relationship information.""", author='Joseph Estabrook, William Yashar, & Emek Demir', author_email='yashar@ohsu.edu',