summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-02-22 09:14:24 -0500
committerGitHub <noreply@github.com>2018-02-22 09:14:24 -0500
commit4e11df7084a1866b12d1302a5aba33dbb2d69ddb (patch)
treeaf727d50d145031d23f2e6590a935ce2110afd9f
parent0f13adbf6ad896dcdf672ef1040ede55ccf1bc9e (diff)
parent2c0ebcba70ae4cf938054ac947554ae890f26ab6 (diff)
downloadastroconda-contrib-4e11df7084a1866b12d1302a5aba33dbb2d69ddb.tar.gz
Merge pull request #314 from rendinam/hstcal_release
hstcal 2.0.0
-rw-r--r--hstcal/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml
index a8420cd..b07667f 100644
--- a/hstcal/meta.yaml
+++ b/hstcal/meta.yaml
@@ -1,9 +1,9 @@
{% set name = 'hstcal' %}
-{% set version = '1.3.0' %}
+{% set version = '2.0.0' %}
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '1' %}
+{% set number = '0' %}
about:
home: https://github.com/spacetelescope/{{ name }}