diff options
Diffstat (limited to 'astroimtools')
| -rw-r--r-- | astroimtools/meta.yaml | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 91780f7..7fb6466 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'astroimtools' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +    +".dev" +    +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% set number = '0' %}  about: @@ -27,7 +29,6 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/astroimtools  test:      commands: | 
