summaryrefslogtreecommitdiff
path: root/gnupg/_version.py
blob: 1a0cb9df9539d567a43dd88ad5ba9dcd7e3771d3 (plain)
1
2
3
4
5
6
7
8
9
10
11

# 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.3.1'
version_full = '87928205a87afc66779b9760df039642eed291b2'
def get_versions(default={}, verbose=False):
    return {'version': version_version, 'full': version_full}