From 4e3fe65816f786463eb04b5808f55c78aa2616eb Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Wed, 5 Jul 2023 06:05:31 -0700 Subject: [PATCH] Backport PR #2156: Bump to 1.0.2 and update release notes (#2157) Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com> --- docs/release_notes/index.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"