Skip to content

Commit

Permalink
Merge pull request #678 from uclahs-cds/czhu-version-bump
Browse files Browse the repository at this point in the history
version bump to 0.11.3
  • Loading branch information
zhuchcn committed Feb 8, 2023
2 parents ae7bf7e + 49efda5 commit ed94469
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.11.3] - 2023-2-9

### Fixed

- `filterFasta` failed with the new noncoding peptide FASTA header. #675

## [0.11.2] - 2023-2-3

### Fixed
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.11.2'
__version__ = '0.11.3'

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

0 comments on commit ed94469

Please sign in to comment.