diff --git a/CHANGELOG.md b/CHANGELOG.md index 098a75c..b0148bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bugfix - Fixed a bug when loading .sif files that had non-utf8 encoding +- Fixed dimensionality when loading .sif images ## [1.0.3] - 2023-03-16 diff --git a/setup.cfg b/setup.cfg index eb5267f..3cf36d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = orplib -version = 1.0.3 +version = 1.0.4 author = Guillaume Sheehy author_email = guillaume.sheehy@polymtl.ca description = Open Raman Processing Library