From 2cb5dd88316ad7975f32d2a13e6a380609dc0668 Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:49:03 +0100 Subject: [PATCH] Backport PR #2358: Add rc to version (#2359) Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29da93b8df..ec38b39b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "1.1.0" +version = "1.1.0rc1" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.9"