LSSTApplications  20.0.0
LSSTDataManagementBasePackage
version.py
Go to the documentation of this file.
1 # -------- This file is automatically generated by LSST's sconsUtils -------- #
2 __version__ = '20.0.0'
3 __repo_version__ = '20.0.0'
4 __fingerprint__ = '8557e14f57db8e580d8fb7b02a3592c5a3096ea8'
5 __version_info__ = (20, 0, 0)
6 __dependency_versions__ = {
7  'sconsUtils': '20.0.0',
8  'python': 'unknown',
9  'pybind11': 'unknown',
10 }
11 __all__ = (
12  '__version__',
13  '__repo_version__',
14  '__fingerprint__',
15  '__version_info__',
16  '__dependency_versions__',
17 )