diff --git a/CHANGELOG.md b/CHANGELOG.md index a845b7e..36dccf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.7.2rc1] - 2024-06-21 +## [0.7.2-rc.1] - 2024-06-21 ### Added * Export the fit signals from mapping functions e.g. the expected T1 recovery at times TI given the fit values of T1 and M0. #221 diff --git a/setup.py b/setup.py index 0f6f88f..2380e22 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ukat", - version="0.7.2rc1", + version="0.7.2-rc.1", description="UKRIN Kidney Analysis Toolbox", long_description=long_description, long_description_content_type="text/markdown",