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

Release v0.3.1

parent fab635f2
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -6,10 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.3.0...HEAD [Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.3.1...HEAD
## [v0.3.0] - 2022-06-17 ## [v0.3.1] - 2022-07-22
[v0.3.1]: https://github.com/althonos/pyrodigal/compare/v0.3.0...v0.3.1
### Added
- Slightly improve documentation in some classes.
- Sphinx documentation for the project hosted on ReadTheDocs.
- Links and instructions to install package from the Bioconda channel.
## [v0.3.0] - 2022-07-17
[v0.3.0]: https://github.com/althonos/pyrodigal/compare/v0.2.1...v0.3.0 [v0.3.0]: https://github.com/althonos/pyrodigal/compare/v0.2.1...v0.3.0
### Added ### Added
......
...@@ -12,7 +12,7 @@ from ._fastani import ( ...@@ -12,7 +12,7 @@ from ._fastani import (
__author__ = "Martin Larralde <martin.larralde@embl.de>" __author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT" __license__ = "MIT"
__version__ = "0.3.0" __version__ = "0.3.1"
__doc__ = _fastani.__doc__ __doc__ = _fastani.__doc__
__all__ = [ __all__ = [
......
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