diff options
Diffstat (limited to 'stsci.image')
-rw-r--r-- | stsci.image/stsci.image.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.image/stsci.image.ini b/stsci.image/stsci.image.ini index b8406bc..ddf27e6 100644 --- a/stsci.image/stsci.image.ini +++ b/stsci.image/stsci.image.ini @@ -1,6 +1,6 @@ [package] name: stsci.image -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} |