5 lines
124 B
Python
5 lines
124 B
Python
"""Lightweight version definitions shared by packaging and runtime code."""
|
|
|
|
__version__ = "1.5.5"
|
|
__api_version__ = "0315"
|