chore: Release 1.3.0 (#2700)

* Bump version: 1.2.0 → 1.3.0-rc.0

* Bump version: 1.3.0-rc.0 → 1.3.0
This commit is contained in:
Ronen
2024-09-12 16:05:14 -04:00
committed by GitHub
parent 487bd13ff8
commit fd8b47b78e
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ import logging
import sys
from server.common.utils.utils import import_plugins
__version__ = "1.2.0"
__version__ = "1.3.0"
display_version = "cellxgene v" + __version__
try: