summaryrefslogtreecommitdiff
path: root/asv/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'asv/meta.yaml')
-rw-r--r--asv/meta.yaml11
1 files changed, 7 insertions, 4 deletions
diff --git a/asv/meta.yaml b/asv/meta.yaml
index deda973..9c974be 100644
--- a/asv/meta.yaml
+++ b/asv/meta.yaml
@@ -1,7 +1,10 @@
{% set name = 'asv' %}
{% set version = '0.1.1' %}
+{% if version[0] == 'v' %}
+{% set version = version[1:] %}
+{% endif %}
{% set tag = 'v' + version %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -21,13 +24,13 @@ requirements:
- six
- sphinx
- setuptools
- - numpy
- - python x.x
+ - numpy {{ numpy }}
+ - python {{ python }}
run:
- six
- sphinx
- numpy
- - python x.x
+ - python
source:
git_tag: {{ tag }}