diff --git a/HISTORY.md b/HISTORY.md index dc0aa62..ed5ccb7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.8.3 (2022-06-22) + +* Fix installation on Windows +* Fix DICOM imports with missing instance number + ## 0.8.2 (2022-06-15) * `post_process` is now a public method diff --git a/pyproject.toml b/pyproject.toml index a8c7640..9314595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.8.2" +version = "0.8.3" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]