diff options
Diffstat (limited to 'reftools')
-rw-r--r-- | reftools/reftools.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reftools/reftools.ini b/reftools/reftools.ini index 6245c19..aa7c5ee 100644 --- a/reftools/reftools.ini +++ b/reftools/reftools.ini @@ -1,6 +1,6 @@ [package] name: reftools -version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}.git +version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python |