Skip to content

Commit

Permalink
Version bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Jun 20, 2022
1 parent 38e708f commit de95175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit de95175

Please sign in to comment.