From 2fe30857e00e31e9412d780e00c15cd85a5eb344 Mon Sep 17 00:00:00 2001 From: Blampey Quentin Date: Tue, 17 Dec 2024 10:52:24 +0100 Subject: [PATCH] v0.2.2 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bda3a06..e99db31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.2.2] - xxxx-xx-xx +## [0.2.2] - 2024-12-17 ### Added - `load_dataset`: add `custom_filter` and `dry_run` arguments diff --git a/pyproject.toml b/pyproject.toml index 1e86ca0..5870a1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "novae" -version = "0.2.1" +version = "0.2.2" description = "Graph-based foundation model for spatial transcriptomics data" documentation = "https://mics-lab.github.io/novae/" homepage = "https://mics-lab.github.io/novae/"