diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee9503..9cc9e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/leoisl/plasnet/compare/v0.1.4...v0.1.5) (2023-11-13) + + +### Continuous Integration + +* running release-pypi when release is published ([442bdb6](https://github.com/leoisl/plasnet/commit/442bdb6a327a34c910b578e71037d91945fdd46a)) + ## [0.1.4](https://github.com/leoisl/plasnet/compare/v0.1.3...v0.1.4) (2023-11-13) diff --git a/pyproject.toml b/pyproject.toml index 61a342f..083bba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.1.4" +version = "0.1.5" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"