Skip to content

Commit

Permalink
fix: update server version to 0.16.7 (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
seve authored Jul 6, 2021
1 parent 873b3a2 commit 90da04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from backend.common.utils.utils import import_plugins

__version__ = "0.16.0"
__version__ = "0.16.7"
display_version = "cellxgene v" + __version__

try:
Expand Down

0 comments on commit 90da04b

Please sign in to comment.