diff --git a/CHANGELOG.md b/CHANGELOG.md index a713ef2..4b39cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-09-06 + ## Fixed - python 3.12 support ([akaszynsk](https://github.com/akaszynski)) diff --git a/pyproject.toml b/pyproject.toml index 8323119..be2c4cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyOMA_2" -version = "0.5.2" +version = "0.6.0" description = "Python module for conducting Operational Modal Analysis" authors = [ {name = "Dag Pasca", email = "dpa@treteknisk.no"},