From cd2b0fa44441105ee0131b9599637a38e367887d Mon Sep 17 00:00:00 2001 From: Blampey Quentin Date: Fri, 26 Apr 2024 16:45:05 +0200 Subject: [PATCH] v1.0.11 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d31ec9..2f9637e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -## [1.0.11] - 2024-xx-xx +## [1.x.x] - xxxx-xx-xx + +## [1.0.11] - 2024-04-26 ### Added - Can overlay a custom segmentation (merge boundaries) diff --git a/pyproject.toml b/pyproject.toml index 657797fd..dbe2a0ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sopa" -version = "1.0.10" +version = "1.0.11" description = "Spatial-omics pipeline and analysis" documentation = "https://gustaveroussy.github.io/sopa" homepage = "https://gustaveroussy.github.io/sopa"