diff --git a/CHANGELOG.md b/CHANGELOG.md index 020238d..1e94b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/leoisl/plasnet/compare/v0.4.2...v0.5.0) (2023-12-21) + + +### Features + +* now creating a hub_plasmids.csv file when running the plasnet type command explicitly listing each hub plasmid ([214fb9e](https://github.com/leoisl/plasnet/commit/214fb9e497260657f8b89d8b7b64fccc973c010d)) + ## [0.4.2](https://github.com/leoisl/plasnet/compare/v0.4.1...v0.4.2) (2023-12-21) diff --git a/pyproject.toml b/pyproject.toml index 0b81b2f..254ae88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.4.2" +version = "0.5.0" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"