diff --git a/HISTORY.md b/HISTORY.md index 5a6c08c..81d01a7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 0.6.1 (2022-03-08) + +* Fix loading of 2D DICOM + ## 0.6.0 (2022-02-25) * Added support for enhanced DICOM files diff --git a/pyproject.toml b/pyproject.toml index ade1ad2..aac0eb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.6.0" +version = "0.6.1" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]