diff --git a/CHANGELOG.md b/CHANGELOG.md index 36dccf1..19c5818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.7.2-rc.1] - 2024-06-21 +## [0.7.2] - 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/CITATION.cff b/CITATION.cff index ad55b64..f67f0b0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,7 +17,7 @@ authors: given-names: "Susan T" orcid: "https://orcid.org/0000-0003-0903-7507" title: "UKRIN Kidney Analysis Toolbox" -version: 0.7.1 +version: 0.7.2 doi: 10.5281/zenodo.4742470 -date-released: 2024-02-23 +date-released: 2024-06-21 url: "https://github.com/UKRIN-MAPS/ukat" \ No newline at end of file diff --git a/setup.py b/setup.py index 2380e22..1300c49 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="ukat", - version="0.7.2-rc.1", + version="0.7.2", description="UKRIN Kidney Analysis Toolbox", long_description=long_description, long_description_content_type="text/markdown",