From 9e388f916e6cbcce62092a4d81754a6e3e8227db Mon Sep 17 00:00:00 2001 From: roryk Date: Fri, 15 Feb 2019 10:48:34 -0500 Subject: [PATCH] Prep for 1.0.2 release. --- HISTORY.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1075bf0..5a76512 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ +## 1.0.3 (in progress) + ## 1.0.2 (in progress) - Add `demultiplex_cells` subcommand to break a transformed FASTQ file into separate FASTQ files by cell. +- Future proofing for changes to panda's `to_csv` function. ## 1.0.1 - Add support for click 7.0. diff --git a/setup.py b/setup.py index d0575d6..84923ca 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def read(fname): setup( name='umis', - version='1.0.1', + version='1.0.2', description='Package for estimating UMI counts in Transcript Tag Counting data.', packages=find_packages(), install_requires=['click', 'pysam>=0.8.3', 'pandas', 'regex', 'scipy', 'toolz'],