diff options
| -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 | 
