Skip to content

Commit

Permalink
release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten-vd-Sande committed Apr 1, 2021
1 parent 496cf82 commit ca8ccb1
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 @@ -8,6 +8,8 @@ All changed fall under either one of these types: `Added`, `Changed`, `Deprecate

## [Unreleased]

## [0.5.1] - 2021-04-01

### Added

- added CLI functionality to the deseq2.R script (try it with `Rscript /path/to/deseq2.R --help`!)
Expand Down Expand Up @@ -361,7 +363,8 @@ Many minor bug- and quality of life fixes.
## [0.0.0] - 2020-06-11
First release of seq2science!

[Unreleased]: https://github.com/vanheeringen-lab/seq2science/compare/master...v0.4.2
[Unreleased]: https://github.com/vanheeringen-lab/seq2science/compare/master...v0.5.1
[0.5.0]: https://github.com/vanheeringen-lab/seq2science/compare/v0.5.1...v0.5.0
[0.5.0]: https://github.com/vanheeringen-lab/seq2science/compare/v0.5.0...v0.4.3
[0.4.3]: https://github.com/vanheeringen-lab/seq2science/compare/v0.4.3...v0.4.2
[0.4.2]: https://github.com/vanheeringen-lab/seq2science/compare/v0.4.2...v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion seq2science/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import util

__all__ = ["util"]
__version__ = "0.5.0"
__version__ = "0.5.1"

0 comments on commit ca8ccb1

Please sign in to comment.