From 209bb34c7613e90a83ad40b7a1cbd8252b31ac4d Mon Sep 17 00:00:00 2001 From: Kjell Jorner <36157530+kjelljorner@users.noreply.github.com> Date: Tue, 23 Aug 2022 16:38:24 -0400 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 861aaea..3a57843 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,