Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 24, 2021
1 parent ecb1106 commit 3f60c60
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 @@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.6.1...HEAD


## [v0.6.1] - 2021-09-24
[v0.6.1]: https://github.com/althonos/pyrodigal/compare/v0.6.0...v0.6.1

### Fixed
- Source distribution lacking C files necessary for building `cpu_features`.


## [v0.6.0] - 2021-09-23
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "GPLv3"
__version__ = "0.6.0"
__version__ = "0.6.1"

_Sized.register(Sequence)
_Sequence.register(Genes)
Expand Down

0 comments on commit 3f60c60

Please sign in to comment.