diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-06 17:31:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-06 17:31:19 -0500 |
commit | 604584d5dd14fba029cc1f4e2e1043575e717181 (patch) | |
tree | 3a34ffce09b85000cb649b532261940ed8cc5fa9 | |
parent | fa26fa5ca5373f047bd8a411385ac15732b6235f (diff) | |
download | astroconda-dev-604584d5dd14fba029cc1f4e2e1043575e717181.tar.gz |
Bump build revision
-rw-r--r-- | pywcs/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pywcs/meta.yaml b/pywcs/meta.yaml index 6af72cb..d354a57 100644 --- a/pywcs/meta.yaml +++ b/pywcs/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/pywcs |