_version.py 124 B

1234
  1. """Lightweight version definitions shared by packaging and runtime code."""
  2. __version__ = "1.5.0"
  3. __api_version__ = "0299"