From 5c207cfec7a1ad4e22fed16b41b3eb216fa6152b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20B=C3=A9cavin?= Date: Mon, 8 Apr 2024 23:51:40 +0200 Subject: [PATCH] =?UTF-8?q?release:=20version=200.4.4=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 1 + checkatlas/utils/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 347a2cf..9b49acd 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,7 @@ Changelog (unreleased) ------------ +- Release: version 0.4.3 🚀 [Christophe BĂ©cavin] - Add examples with celltypist data. [Christophe BĂ©cavin] - Clean metrics docs and py files. Prepare for adding all metrics. [Christophe BĂ©cavin] diff --git a/checkatlas/utils/VERSION b/checkatlas/utils/VERSION index 17b2ccd..6f2743d 100644 --- a/checkatlas/utils/VERSION +++ b/checkatlas/utils/VERSION @@ -1 +1 @@ -0.4.3 +0.4.4 diff --git a/pyproject.toml b/pyproject.toml index c12515b..7fb6b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkatlas" -version = "0.4.3" +version = "0.4.4" description="One liner tool to check the quality of your single-cell atlases." authors = ["becavin-lab"] readme = "README.md"