Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 27, 2023
1 parent d0d2241 commit de637cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal-gv/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal-gv/compare/v0.3.0...HEAD


## [v0.3.0] - 2023-11-27
[v0.3.0]: https://github.com/althonos/pyrodigal-gv/compare/v0.2.0...v0.3.0

### Added
- Command line interface based off the `pyrodigal` CLI.

### Fixed
- Avoid storing all-zero motif weights in `meta.json` file.

### Changed
- `pyrodigal` dependency version to `v3.2.1`.



## [v0.2.0] - 2023-10-24
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal_gv/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Pyrodigal extension for improved prediction of viral genes.
"""

__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "GPLv3"

Expand Down

0 comments on commit de637cf

Please # to comment.