summaryrefslogtreecommitdiff
path: root/astropy
diff options
context:
space:
mode:
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 }}