mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 11:58:12 +08:00
* move local_server -> backend/server server-> backend/czi_hosted, pull common code into backend/common update imports, tests and make commands
5 lines
205 B
Python
5 lines
205 B
Python
class CxgConstants(object):
|
|
# The CXG container version number. Must be a semver string (major.minor.patch)
|
|
# DO NOT UPDATE THIS WITHOUT ALSO UPDATING CXG SPECIFICATION.
|
|
CXG_VERSION = "0.2.0"
|