From 47c3ccd2d28fbcfd2aaf5828c588291f630b96a7 Mon Sep 17 00:00:00 2001 From: Yi Li Date: Sat, 2 Nov 2013 08:44:18 -0700 Subject: [PATCH] README.md, setup.py 1.0 -> 1.1 --- README.md | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9aaf009..cf403ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -README for PyLOH -================ +README for PyLOH 1.1 +==================== INTRODUCTION diff --git a/setup.py b/setup.py index d520c67..13aaca1 100755 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( name = 'PyLOH', - version = '1.0', - description = 'Disambiguating tumor heterogeneity through loss of heterozygosity in paired cancer sequencing data.', + version = '1.1', + description = 'Deconvolving tumor purity and ploidy by integrating copy number alterations and loss of heterozygosity', author = 'Yi Li, Andrew Roth', author_email = 'yil8@uci.edu, andrewjlroth@gmail.com', url = 'https://github.com/uci-cbcl/PyLOH',