diff --git a/docs/release_notes/index.md b/docs/release_notes/index.md index 063426243f..34d0f5a6db 100644 --- a/docs/release_notes/index.md +++ b/docs/release_notes/index.md @@ -7,7 +7,7 @@ is available in the [commit logs](https://github.com/scverse/scvi-tools/commits/ [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html -### 1.1.0 (2024-02-DD) +### 1.1.0 (2024-02-13) #### Added diff --git a/pyproject.toml b/pyproject.toml index 3ef25ff752..70fb32e2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["hatchling"] [project] name = "scvi-tools" -version = "1.1.0post1" +version = "1.1.0post2" description = "Deep probabilistic analysis of single-cell omics data." readme = "README.md" requires-python = ">=3.9"