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

Release v0.2.1

parent 3f0c75a3
No related branches found
Tags v0.4.0
No related merge requests found
......@@ -6,11 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.2.1...HEAD
## [v0.2.1] - 2021-06-20
[v0.2.1]: https://github.com/althonos/pyrodigal/compare/v0.2.0...v0.2.1
### Fixed
- Missing header files in the `tar.gz` distribution, preventing compilation of the wheel from source.
## [v0.2.0] - 2021-06-20
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.1.2...v0.2.0
[v0.2.0]: https://github.com/althonos/pyrodigal/compare/v0.1.2...v0.2.0
### Added
- `Sketch.clear` method to remove all sequences currently in a `Sketch` and reset the list of minimizers.
......
......@@ -3,7 +3,7 @@ from ._fastani import Sketch, Mapper, Hit, MAX_KMER_SIZE
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.2.0"
__version__ = "0.2.1"
__all__ = ["Sketch", "Mapper", "Hit", "MAX_KMER_SIZE"]
__doc__ = _fastani.__doc__
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