Skip to content

Commit

Permalink
Backport PR #2138: Bump to 1.0.1, add missing release notes (#2139)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Kim <46072231+martinkim0@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and martinkim0 committed Jul 4, 2023
1 parent e693a59 commit c45b85f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/release_notes/index.md
Expand Up @@ -17,6 +17,16 @@ is available in the [commit logs](https://github.com/YosefLab/scvi-tools/commits

## Version 1.0

### 1.0.1 (2023-07-04)

#### Added

- Add support for Python 3.11 {pr}`1977`.

#### Changed

- Upper bound Chex dependency to 0.1.8 due to NumPy installation conflicts {pr}`2132`.

### 1.0.0 (2023-06-02)

#### Added
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -5,7 +5,7 @@ requires = ["hatchling"]

[project]
name = "scvi-tools"
version = "1.0.0"
version = "1.0.1"
description = "Deep probabilistic analysis of single-cell omics data."
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -25,6 +25,7 @@ classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit c45b85f

Please sign in to comment.