diff --git a/HISTORY.md b/HISTORY.md index 3edc541..1066521 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.13.2 (2023-10-23) + +* Fix DICOM-WSI conversion issue where not all levels were converted correctly +* Update variable name `file_errors` (was `errors`) in README.md + ## 0.13.1 (2023-07-19) * Fix timepoints determination diff --git a/pyproject.toml b/pyproject.toml index d3807ff..f7f7235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "panimg" -version = "0.13.1" +version = "0.13.2" description = "Conversion of medical images to MHA and TIFF." license = "Apache-2.0" authors = ["James Meakin "]