Skip to content

Commit

Permalink
Merge pull request #445 from uclahs-cds/czhu-version-bump
Browse files Browse the repository at this point in the history
version bum to 0.4.1
  • Loading branch information
zhuchcn authored Apr 28, 2022
2 parents 8598165 + d1f6fec commit 37f7dc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.4.1]
## [0.4.1] - 2022-04-27

### Changed

Expand All @@ -21,10 +21,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- Fixed the issue that in `splitFasta`, variant sources are not grouped as they are specified by `--group-source` #439


### Added

- Resources usage including memory, CPU and time is now printed to stdout in the end of all command line programs.


### Fixed

- Fixed issue that `--additional-split` not recognized properly in `splitFasta`. #443


---

## [0.4.0] - 2022-03-17
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.4.0'
__version__ = '0.4.1'

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

0 comments on commit 37f7dc7

Please sign in to comment.