11 lines
427 B
Python
11 lines
427 B
Python
|
|
# This file was generated by 'versioneer.py' (0.11) 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-17-g3b12acf'
|
|
version_full = '3b12acf095b5b402bef69e0bfa8832410b68854a'
|
|
def get_versions(default={}, verbose=False):
|
|
return {'version': version_version, 'full': version_full}
|
|
|