diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-12-06 16:12:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 16:12:10 -0500 |
commit | c385d9d8cfc215c106fd53cb9ab42d0b903125ae (patch) | |
tree | 66796f5416906cbc1f836b3dd90bbffea419718b | |
parent | a074745add10163604a22010aec916cca8059288 (diff) | |
download | astroconda-dev-c385d9d8cfc215c106fd53cb9ab42d0b903125ae.tar.gz |
hstcal bump revision
-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 2399a0a..5e62b50 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 = '1' %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/hstcal |