summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astropy/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/astropy/meta.yaml b/astropy/meta.yaml
index 7ecf214..e06a3c3 100644
--- a/astropy/meta.yaml
+++ b/astropy/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'astropy' %}
-{% set version = "3.1.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
+{% set version = "4.0.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %}
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}