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