6 lines
80 B
Python
6 lines
80 B
Python
from distutils.version import StrictVersion
|
|
|
|
|
|
VERSION = StrictVersion('2.0.2')
|
|
|