Skip to content

Commit

Permalink
Release v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 24, 2023
1 parent 1bf5931 commit 0d76777
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.7.2...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.7.3...HEAD


## [v0.7.3] - 2023-03-24
[v0.7.3]: https://github.com/althonos/pyhmmer/compare/v0.7.2...v0.7.3

### Fixed
- Wrong argument type in `IterativeSearch.iterate_hmm` method ([#34](https://github.com/althonos/pyhmmer/pull/34), by [@zdk123](https://github.com/althonos/pyhmmer/commits?author=zdk123)).


## [v0.7.2] - 2023-02-17
Expand Down
2 changes: 1 addition & 1 deletion pyhmmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "MIT"
__version__ = "0.7.2"
__version__ = "0.7.3"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 0d76777

Please sign in to comment.