Release version 0.16.7 (#2081)

This commit is contained in:
maniarathi
2021-02-27 22:10:53 -08:00
committed by GitHub
parent f3a3820ffa
commit b3aadf6632
5 changed files with 7 additions and 7 deletions

View File

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