From 9f26631fc4f39be930aab7404e2fdc6c3bfe0cd2 Mon Sep 17 00:00:00 2001 From: Alex Daniel Date: Fri, 21 Jun 2024 13:56:41 +0100 Subject: [PATCH] Bump to v0.7.2-rc.1 But with correct formatting this time. --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",