diff --git a/CHANGELOG.md b/CHANGELOG.md index e187c75..cb0c4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.2] - 2022-08-23 + ### Fixed - Calculation of p values of point clouds for Dispersion now works - Updated PyVista calls to be consistent with changes in their API +- Added `py.typed` for compatibility with other typed code ## [0.7.1] - 2022-06-27 diff --git a/setup.py b/setup.py index f270468..2f457d6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="morfeus-ml", - version="0.7.1", + version="0.7.2", author="Kjell Jorner", author_email="kjell.jorner@gmail.com", description=DESCRIPTION,