From e6f76a3992c3d7d0ef3e6b4f78970ba57836bf1d Mon Sep 17 00:00:00 2001 From: leoisl Date: Mon, 27 Nov 2023 12:55:46 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c0f37a..e128211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/leoisl/plasnet/compare/v0.3.1...v0.3.2) (2023-11-27) + + +### Bug Fixes + +* now setting the default colour for blackhole plasmids instead of erroring out with KeyError ([fa966d2](https://github.com/leoisl/plasnet/commit/fa966d2d78412a70b9dea0e268ce83b1d2311e94)) + ## [0.3.1](https://github.com/leoisl/plasnet/compare/v0.3.0...v0.3.1) (2023-11-17) diff --git a/pyproject.toml b/pyproject.toml index 28c4219..bde5e99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.3.1" +version = "0.3.2" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"