diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-13 16:03:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 16:03:26 -0400 |
commit | 7e44ccca5c462ded61cf4fcbd7d856f09516213d (patch) | |
tree | 1492815f35fbf7f88a487cce1c4462a646546ab3 /stsci.tools | |
parent | d27bd84c3ea20124d840a08b4f0835d397190c9e (diff) | |
download | astroconda-dev-7e44ccca5c462ded61cf4fcbd7d856f09516213d.tar.gz |
stsci.tools: Bump build revision
Diffstat (limited to 'stsci.tools')
-rw-r--r-- | stsci.tools/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index e913c7b..bbb9e05 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/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 }} |