From 8792f6fed1de77d69ff5bc27953309a12934bf91 Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Tue, 25 Jul 2023 23:07:38 -0700 Subject: [PATCH] Backport PR #2208: Bump to 1.0.3, update tutorials (#2209) Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com> --- docs/release_notes/index.md | 2 +- docs/tutorials/notebooks | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 8fc98993b1..aaf11968e9 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -17,7 +17,7 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits ## Version 1.0 -### 1.0.3 (2023-MM-DD) +### 1.0.3 (2023-07-DD) ### Changed diff --git a/docs/tutorials/notebooks b/docs/tutorials/notebooks index 155de874e1..e33eccc82e 160000 --- a/docs/tutorials/notebooks +++ b/docs/tutorials/notebooks @@ -1 +1 @@ -Subproject commit 155de874e13ad69f0ca1633e22879ce840a2d591 +Subproject commit e33eccc82e80719c2fe778a7914cfc9ebee578b8 diff --git a/pyproject.toml b/pyproject.toml index a24fcbd342..a25af01724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "1.0.2" +version = "1.0.3" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.9"