diff options
-rw-r--r-- | crds/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index f43f6af..6e639ea 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'crds' %} -{% set version = '7.1.4' %} +{% set version = '7.1.5' %} {% set number = '0' %} about: @@ -27,7 +27,7 @@ requirements: - parsley - setuptools - lockfile - - python x.x + - python run: - astropy >=1.1 @@ -38,7 +38,7 @@ requirements: - fitsverify - parsley - lockfile - - python x.x + - python source: git_tag: {{ version }} |