Skip to content
Snippets Groups Projects
Commit 343e71db authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.10.9

parent d61316c5
No related branches found
No related tags found
No related merge requests found
Pipeline #56811 passed
......@@ -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.8...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.9...HEAD
## [v0.10.9] - 2024-03-12
[v0.10.9]: https://github.com/althonos/pyhmmer/compare/v0.10.8...v0.10.9
### Fixed
- Reallocation issue causing segmentation faults in `nhmmer` with more than 64 sequences ([#62](https://github.com/althonos/pyhmmer/issues/62)).
## [v0.10.8] - 2024-03-06
......
......@@ -32,7 +32,7 @@ from .hmmer import hmmalign, hmmsearch, hmmpress, nhmmer, hmmscan, phmmer, jackh
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.10.8"
__version__ = "0.10.9"
__all__ = [
"errors",
"easel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment