Skip to content

Commit

Permalink
doc: changelog updated and version bumpped to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchcn committed Jul 27, 2022
1 parent d8647fd commit 213fa35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.9.1] - 2022-07-27

### Added

- UTIL command line tool `validateNoncodingCalling` added to validate the output of `callNoncoding` with `bruteForceNoncoding`. #524

## Fixed

- `parseVEP` updated to only parse the first 13 columns of the VEP TSV. #540

---

## [0.9.0] - 2022-07-18
Expand Down
2 changes: 1 addition & 1 deletion moPepGen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import Iterable, IO


__version__ = '0.9.0'
__version__ = '0.9.1'

## Error messages
ERROR_INDEX_IN_INTRON = 'The genomic index seems to be in an intron'
Expand Down

0 comments on commit 213fa35

Please sign in to comment.