5 lines
125 B
Python
5 lines
125 B
Python
|
|
"""Lightweight version definitions shared by packaging and runtime code."""
|
||
|
|
|
||
|
|
__version__ = "1.4.16"
|
||
|
|
__api_version__ = "0291"
|