From 6e065d18a8090c81c0f89bbdec410cfffff6cef4 Mon Sep 17 00:00:00 2001 From: golobor Date: Tue, 23 Apr 2019 14:37:26 -0400 Subject: [PATCH] v0.3.0 --- CHANGES.md | 4 ++++ pairtools/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 167534c3..28ef18d8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 0.3.0 (2019-04-23) ### + +* parse: tag pairs with missing FASTQ/SAM on one side as corrupt, pair type "XX" + ### 0.2.2 (2019-01-07) ### * sort: enable lz4c compression of sorted chunks by default diff --git a/pairtools/__init__.py b/pairtools/__init__.py index 2ce679d2..39902216 100644 --- a/pairtools/__init__.py +++ b/pairtools/__init__.py @@ -5,13 +5,13 @@ CLI tools to process mapped Hi-C data -:copyright: (c) 2017 Massachusetts Institute of Technology +:copyright: (c) 2017-2019 Massachusetts Institute of Technology :author: Mirny Lab :license: MIT """ -__version__ = '0.2.2' +__version__ = '0.3.0' import click