From de95175a17231a01905e5642d773c958e32bc2a1 Mon Sep 17 00:00:00 2001 From: Martin Hunt Date: Mon, 20 Jun 2022 11:10:21 +0100 Subject: [PATCH] Version bump 0.4.0 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5207833..9736f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] + +## 0.4.0 + ### Added - Added new command line option `--global_align` to both command line tasks @@ -32,4 +35,4 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - edge case caused by indels when making VCF with `--global align`. -[Unreleased]: https://github.com/iqbal-lab-org/varifier/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/iqbal-lab-org/varifier/compare/v0.4.0...HEAD diff --git a/setup.py b/setup.py index 367f867..d9e3081 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="varifier", - version="0.3.1", + version="0.4.0", description="varifier: variant call verification", packages=find_packages(), author="Martin Hunt",