blob: 9b325c8482065bd955a71f3e5f4132bc1424d231 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This file was generated by the `freeze_debianver` command in setup.py
# Using '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 = '0.5.1'
version_full = 'ba175e3e5e40c2fcdb5657cd16097e2b2252f41b-dirty'
def get_versions(default={}, verbose=False):
return {'version': version_version, 'full': version_full}
|