lsst.base gc57f72a14a+ce83317b7e
LSST Data Management Base Package
version.py
Go to the documentation of this file.
1# -------- This file is automatically generated by LSST's sconsUtils -------- #
2from typing import Dict, Optional
3
4
5__version__: str = "gc57f72a14a+ce83317b7e"
6__repo_version__: str = "gc57f72a14a"
7__fingerprint__: str = "0x0"
8__dependency_versions__: Dict[str, Optional[str]] = {
9 "python": "unknown",
10 "pybind11": "unknown",
11}
12__all__ = (
13 "__version__",
14 "__repo_version__",
15 "__fingerprint__",
16 "__dependency_versions__",
17)