diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index cdda0e61ec..24961ef959 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -9,7 +9,7 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits ## Version 0.20 -### 0.20.2 (2023-MM-DD) +### 0.20.2 (2023-03-10) #### Fixed diff --git a/pyproject.toml b/pyproject.toml index ff164b88fc..fa6c4453bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "0.20.1" +version = "0.20.2" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.8"