From 5fe6c4d56dad3327297c31f866b4305d7eaf0261 Mon Sep 17 00:00:00 2001 From: Adam Gayoso Date: Fri, 20 Jan 2023 12:15:50 -0800 Subject: [PATCH] beta bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 127d30434c..79ac750f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "0.20.0" +version = "0.20.0b0" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.8"