mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-18 06:17:59 +08:00
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"
|