miniver/_static_version.py
ec56e4e9
 # -*- coding: utf-8 -*-
 # This file is part of 'miniver': https://github.com/jbweston/miniver
 #
cde1ceab
 # This file will be overwritten by setup.py when a source or binary
 # distribution is made.  The magic value "__use_git__" is interpreted by
b830de86
 # _version.py.
cde1ceab
 
 version = "__use_git__"
 
 # These values are only set if the distribution was created with 'git archive'
ddfa9385
 refnames = "$Format:%D$"
cde1ceab
 git_hash = "$Format:%h$"