diff --git a/HISTORY.md b/HISTORY.md index 552461f..5a6c08c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.6.0 (2022-02-25) + +* Added support for enhanced DICOM files +* Added header validation for nrrd and nifti files + ## 0.5.3 (2022-02-01) * Fix determination of slice spacing with oblique volumes diff --git a/pyproject.toml b/pyproject.toml index a186ce5..ade1ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.5.3" +version = "0.6.0" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]