Skip to content

Commit

Permalink
Release v0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 27, 2024
1 parent 0e03229 commit a290b1c
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/pyhmmer/compare/v0.10.10...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.11...HEAD


## [v0.10.11] - 2024-03-27
[v0.10.11]: https://github.com/althonos/pyhmmer/compare/v0.10.10...v0.10.11

### Fixed
- Compilation of Easel and HMMER code not using SSE4.1 extensions.


## [v0.10.10] - 2024-03-18
Expand Down
2 changes: 1 addition & 1 deletion pyhmmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.10.10"
__version__ = "0.10.11"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit a290b1c

Please sign in to comment.