fix: update server version to 0.16.7 (#2276)

This commit is contained in:
Severiano Badajoz
2021-07-06 16:25:34 -07:00
committed by GitHub
parent 873b3a2f1f
commit 90da04b6c7

View File

@@ -2,7 +2,7 @@ import logging
import sys
from backend.common.utils.utils import import_plugins
__version__ = "0.16.0"
__version__ = "0.16.7"
display_version = "cellxgene v" + __version__
try: