From 71af7d12881ae0590c6d2a97ef2b282cc93fe7c6 Mon Sep 17 00:00:00 2001 From: Brent Pedersen Date: Wed, 20 Oct 2021 11:32:03 +0200 Subject: [PATCH] bump version --- CHANGES.md | 4 ++++ src/slivarpkg/version.nim | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4e086f2..9778c57 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +v0.2.7 +====== ++ [tsv] fix for empty VCFs + v0.2.6 ====== + allow specifying `QUAL` and `ID` to `-i` argument to `slivar tsv` (#104 #105) diff --git a/src/slivarpkg/version.nim b/src/slivarpkg/version.nim index c93f00c..9b77bc3 100644 --- a/src/slivarpkg/version.nim +++ b/src/slivarpkg/version.nim @@ -1,2 +1,2 @@ -const slivarVersion* = "0.2.6" +const slivarVersion* = "0.2.7" const slivarGitCommit* = staticExec("git rev-parse --verify HEAD")