Skip to content

Commit

Permalink
Merge pull request #426 from uclahs-cds/czhu-version-bump-0.4.0
Browse files Browse the repository at this point in the history
version bump to 0.4.0
  • Loading branch information
lydiayliu authored Mar 18, 2022
2 parents 3ac2f6a + acf2337 commit 84a28f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

---

## [0.4.0] - 2022-03-17

### Added

- Added CLI command `summarizeFasta` to output a summary table of the variant peptide FASTA file output by `callVariant`.
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.3.1'
__version__ = '0.4.0'

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

0 comments on commit 84a28f9

Please sign in to comment.