4 lines
101 B
Python
4 lines
101 B
Python
VERSION = "3.7.0"
|
|
#: Deprecated, will be removed in the next major release
|
|
VERSION_TUPLE = (3, 7, 0)
|