mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
release version 1.1.0 (#2548)
* Bump version: 1.0.1 → 1.1.0-rc.0 * bump version to v1.1.0 * Bump version: 1.1.0-rc.0 → 1.1.0-rc.1 * bump version to v1.1.0 rc1 rc0 was previously used by an aborted release attempt * Bump version: 1.1.0-rc.1 → 1.1.0 Co-authored-by: Seve Badajoz <severiano.badajoz@chanzuckerberg.com> Co-authored-by: Severiano Badajoz <sbadajoz@chanzuckerberg.com>
This commit is contained in:
@@ -2,7 +2,7 @@ import logging
|
||||
import sys
|
||||
from server.common.utils.utils import import_plugins
|
||||
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.1.0"
|
||||
display_version = "cellxgene v" + __version__
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user