From c655c30129462909d8e6dae33246e036520395b9 Mon Sep 17 00:00:00 2001 From: Leandro Lima Date: Fri, 15 Dec 2023 15:20:46 +0000 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebd6b0..47d4b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/leoisl/plasnet/compare/v0.3.4...v0.4.0) (2023-12-15) + + +### chore + +* release 0.4.0 ([a6b7441](https://github.com/leoisl/plasnet/commit/a6b744116216fca7d37917a2ceb365c77f58d781)) + + +### Features + +* now we can provide metadata to plasmids (param --plasmids-metadata in plasnet split) ([46df1b5](https://github.com/leoisl/plasnet/commit/46df1b556bfdee55b43b6856405f6093985a6af7)) + ## [0.3.4](https://github.com/leoisl/plasnet/compare/v0.3.3...v0.3.4) (2023-12-12) diff --git a/pyproject.toml b/pyproject.toml index f55563c..244568e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.3.4" +version = "0.4.0" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"