diff options
Diffstat (limited to 'acstools/acstools.ini')
-rw-r--r-- | acstools/acstools.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acstools/acstools.ini b/acstools/acstools.ini index 3769d78..8e71f1a 100644 --- a/acstools/acstools.ini +++ b/acstools/acstools.ini @@ -1,6 +1,6 @@ [package] name: acstools -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 |