summaryrefslogtreecommitdiff
path: root/pyds9
diff options
context:
space:
mode:
Diffstat (limited to 'pyds9')
-rw-r--r--pyds9/meta.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyds9/meta.yaml b/pyds9/meta.yaml
index 1950ad3..fcff8de 100644
--- a/pyds9/meta.yaml
+++ b/pyds9/meta.yaml
@@ -1,5 +1,7 @@
{% set name = 'pyds9' %}
-{% 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: