diff --git a/CHANGELOG.md b/CHANGELOG.md index c1340823..3c8c5e19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -## [1.x.x] - xxxx-xx-xx +## [1.0.12] - 2024-05-17 ### Fix - Fix polygon selection when no channel is provided +- Fix CosMX reader for proteins +- Fix FOV column issue for CosMX data (#65) ### Added - Check the columns of CosMX data to see if the correct export module was used diff --git a/pyproject.toml b/pyproject.toml index dbe2a0ea..8a94b851 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sopa" -version = "1.0.11" +version = "1.0.12" description = "Spatial-omics pipeline and analysis" documentation = "https://gustaveroussy.github.io/sopa" homepage = "https://gustaveroussy.github.io/sopa"