12 lines
414 B
Python
12 lines
414 B
Python
|
|
||
|
# This file was generated by 'versioneer.py' (0.7) from
|
||
|
# revision-control system data, or from the parent directory name of an
|
||
|
# unpacked source archive. Distribution tarballs contain a pre-generated copy
|
||
|
# of this file.
|
||
|
|
||
|
version_version = '1.2'
|
||
|
version_full = '1d56b7b16152c960cb673c848316d14033cb2b6d'
|
||
|
def get_versions(default={}, verbose=False):
|
||
|
return {'version': version_version, 'full': version_full}
|
||
|
|