summaryrefslogtreecommitdiff
path: root/astropy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-01-29 12:49:01 -0500
committerGitHub <noreply@github.com>2018-01-29 12:49:01 -0500
commit39a5ff58ae22f9e8eb714e5c13f359fba807a138 (patch)
treeced1b0f6e265ac6a1a2fee53edb6adb0ec7116f3 /astropy
parent48351417b44c3c3d72ebf0cf5762fe41a5c64024 (diff)
downloadastroconda-dev-39a5ff58ae22f9e8eb714e5c13f359fba807a138.tar.gz
Upstream astropy/master uses 3.1.dev now (#97)
Diffstat (limited to 'astropy')
-rw-r--r--astropy/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml
index 16244ea..7ecf214 100644
--- a/astropy/meta.yaml
+++ b/astropy/meta.yaml
@@ -1,9 +1,9 @@
{% set name = 'astropy' %}
-{% set version = "3.0.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
+{% set version = "3.1.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '1' %}
+{% set number = '0' %}
about:
home: https://github.com/astropy/{{ name }}