diff --git a/CHANGELOG.md b/CHANGELOG.md index c20ffe7..f7e8dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.1.6 - 2024-02-28 + ## 0.1.5 - 2024-02-28 ## 0.1.4 - 2024-02-27 diff --git a/pyproject.toml b/pyproject.toml index cbec9c5..280f0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ "Julian Janßen ", "Daniel Dittmar " ] -version="0.1.5" +version="0.1.6" description = "Official Python Package for creation of disy Cadenza analytics extensions" readme = "README.md" license = "Apache-2.0"