diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c9648..b00381c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/leoisl/plasnet/compare/v0.1.0...v0.1.1) (2023-11-13) + + +### Continuous Integration + +* adding release-pypi workflow for tagged commits ([4b9df0e](https://github.com/leoisl/plasnet/commit/4b9df0e3d7fb9ba42ac28d575988fe5f59af6ba0)) + ## 0.1.0 (2023-11-13) diff --git a/pyproject.toml b/pyproject.toml index 4e244f3..a6d9265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "plasnet" -version = "0.1.0" +version = "0.1.1" description = "Clustering, visualising and exploring plasmid networks" authors = ["Leandro Lima "] license = "MIT"