diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-29 07:12:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 07:12:44 -0400 |
commit | 320cd204f1d03059b54370f7c2b9f2330c141709 (patch) | |
tree | f28b0b053c3bd4acc8c23f04020a6a262ee87c45 /hstcal/meta.yaml | |
parent | 1026f1ba7ca6e8b0b5c09fa63a2fdaf8712b5834 (diff) | |
download | astroconda-dev-320cd204f1d03059b54370f7c2b9f2330c141709.tar.gz |
Enable debug symbols (#36)
Diffstat (limited to 'hstcal/meta.yaml')
-rw-r--r-- | hstcal/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 3270955..955d36b 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} |