Release version 0.19.0 (#2444)

* Bump version: 0.18.0 → 0.19.0-rc.0

* release can 0.19.0

* Bump version: 0.19.0-rc.0 → 0.19.0-rc.1

* bump rc

* Bump version: 0.19.0-rc.1 → 0.19.0

* release final
This commit is contained in:
Ben MR
2021-09-28 14:10:24 -04:00
committed by GitHub
parent a0011b0872
commit f4986c9c7d
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__ = "0.18.0"
__version__ = "0.19.0"
display_version = "cellxgene v" + __version__
try: