From 06bbd2840864d22bad48c7b9cbc5249a3cb17422 Mon Sep 17 00:00:00 2001 From: Leandro Lima Date: Thu, 21 Dec 2023 14:28:57 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbf69b..020238d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/leoisl/plasnet/compare/v0.4.1...v0.4.2) (2023-12-21) + + +### Code Refactoring + +* switching terminology from blackhole to hub ([c0edfca](https://github.com/leoisl/plasnet/commit/c0edfcaac8de519c4dfffe38e65f98a0872ea49a)) + ## [0.4.1](https://github.com/leoisl/plasnet/compare/v0.4.0...v0.4.1) (2023-12-19) diff --git a/pyproject.toml b/pyproject.toml index 6c62e96..0b81b2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.4.1" +version = "0.4.2" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"