diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index cbe532528a..dff82e1038 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -48,7 +48,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 9d358520a9..d072b8dd2a 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"