diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-15 13:18:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-15 13:18:55 -0400 |
commit | c95a0a5b194e985e3adc64f6d47ef3c72f03a9df (patch) | |
tree | cbbb5fa3e6903dffa46a9e6ead18fb1ad3fd8409 /hstcal | |
parent | e8e8f320868585a1a0673b6d559fb4582c51c1b7 (diff) | |
download | astroconda-dev-c95a0a5b194e985e3adc64f6d47ef3c72f03a9df.tar.gz |
Bump build number to realign package contents
Linux did not contain the same data as OSX.
Diffstat (limited to 'hstcal')
-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 e697657..2399a0a 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/hstcal |