4 lines
81 B
Python
4 lines
81 B
Python
from .version import VERSION
|
|
# Package initialization
|
|
__version__ = "1.6.2.dev0"
|