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

Release v0.2.1

parent b3f935ae
No related branches found
Tags v0.2.1
No related merge requests found
......@@ -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.2.0...HEAD
[Unreleased]: https://github.com/althonos/mini3di/compare/v0.2.1...HEAD
## [v0.2.1] - 2024-09-15
[v0.2.1]: https://github.com/althonos/mini3di/compare/v0.2.0...v0.2.1
### Fixed
- Typo in atom mask creation ([#3](https://github.com/althonos/mini3di/pull/3)).
## [v0.2.0] - 2024-09-13
......
......@@ -2,7 +2,7 @@
"""
__all__ = ["Encoder", "FeatureEncoder", "PartnerIndexEncoder", "VirtualCenterEncoder"]
__version__ = "0.2.0"
__version__ = "0.2.1"
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "BSD-3-Clause"
__credits__ = "Martin Steinegger and his lab for ``foldseek``."
......
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