diff --git a/CHANGELOG.md b/CHANGELOG.md index e17e6a8..27ddd51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mini3di/__init__.py b/mini3di/__init__.py index 4c7bc4b..165ab91 100644 --- a/mini3di/__init__.py +++ b/mini3di/__init__.py @@ -2,7 +2,7 @@ """ __all__ = ["Encoder", "FeatureEncoder", "PartnerIndexEncoder", "VirtualCenterEncoder"] -__version__ = "0.1.0" +__version__ = "0.1.1" __author__ = "Martin Larralde " __license__ = "GPL-3.0-only" __credits__ = "Martin Steinegger and his lab for ``foldseek``."