From 5cff2bfef8f20543b891f903afce786212b290e6 Mon Sep 17 00:00:00 2001 From: golobor Date: Mon, 7 Jan 2019 13:39:49 -0500 Subject: [PATCH] v0.2.2 --- CHANGES.md | 4 ++++ pairtools/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 19b15f89..167534c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 0.2.2 (2019-01-07) ### + +* sort: enable lz4c compression of sorted chunks by default + ### 0.2.1 (2018-12-21) ### * automatically convert mapq1 and mapq2 to int in `select` diff --git a/pairtools/__init__.py b/pairtools/__init__.py index 25295250..2ce679d2 100644 --- a/pairtools/__init__.py +++ b/pairtools/__init__.py @@ -11,7 +11,7 @@ """ -__version__ = '0.2.1' +__version__ = '0.2.2' import click