diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-26 12:17:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 12:17:10 -0400 |
commit | db35986d1e3f15e1e90bc9092c7870f7da284a65 (patch) | |
tree | 536476484abb79209798793217d6590abade011f | |
parent | 9b62c66d20c7a7132289388e2ed63e565fc15428 (diff) | |
download | astroconda-dev-db35986d1e3f15e1e90bc9092c7870f7da284a65.tar.gz |
Reset build number
-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 68557e1..3270955 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 = '3' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |