3 lines
85 B
Python
3 lines
85 B
Python
# following PEP 386, versiontools will pick it up
|
|
__version__ = (1, 1, 2, "post", 1)
|
# following PEP 386, versiontools will pick it up
|
|
__version__ = (1, 1, 2, "post", 1)
|