diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 9f75c8567d..bf13b2499d 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -21,8 +21,8 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits ### Fixed -- Fix link to Scanpy preprocessing in introduction tutorial {pr}`xxxx`. -- Fix link to Ray Tune search API in autotune tutorial {pr}`xxxx`. +- Fix link to Scanpy preprocessing in introduction tutorial {pr}`2154`. +- Fix link to Ray Tune search API in autotune tutorial {pr}`2154`. ### 1.0.1 (2023-07-04) diff --git a/pyproject.toml b/pyproject.toml index f51ea58947..a9018e798d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "1.0.1" +version = "1.0.2" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.9"