Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 10, 2024
1 parent be2f226 commit faeff98
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/mini3di/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/althonos/mini3di/compare/v0.1.1...HEAD


## [v0.1.1] - 2024-05-10
[v0.1.1]: https://github.com/althonos/mini3di/compare/v0.1.0...v0.1.1

### Fixed
- `numpy` dependency not declared in `setup.cfg`.


## [v0.1.0] - 2024-05-10
Expand Down
2 changes: 1 addition & 1 deletion mini3di/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""

__all__ = ["Encoder", "FeatureEncoder", "PartnerIndexEncoder", "VirtualCenterEncoder"]
__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "Martin Larralde <[email protected]>"
__license__ = "GPL-3.0-only"
__credits__ = "Martin Steinegger and his lab for ``foldseek``."
Expand Down

0 comments on commit faeff98

Please sign in to comment.