From 71bbc2004822337281fb085339715660e2334def Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:32:58 +0200 Subject: [PATCH] Backport PR #2286: Bump version to 1.0.4 (#2290) Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a25af01724..b02327b896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "1.0.3" +version = "1.0.4" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.9" @@ -14,7 +14,7 @@ authors = [ {name = "The scvi-tools development team"}, ] maintainers = [ - {name = "The scvi-tools development team", email = "adamgayoso@berkeley.edu"}, + {name = "The scvi-tools development team", email = "martinkim@berkeley.edu"}, ] urls.Documentation = "https://scvi-tools.org" urls.Source = "https://github.com/scverse/scvi-tools"