From 67a98e73aeec1bd70eb9399c778f047e2fc40045 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 19 Feb 2018 14:35:07 -0500 Subject: astropy: track next major release (#110) --- astropy/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- cgit