summaryrefslogtreecommitdiff
path: root/astropy
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-19 14:35:07 -0500
committerGitHub <noreply@github.com>2018-02-19 14:35:07 -0500
commit67a98e73aeec1bd70eb9399c778f047e2fc40045 (patch)
tree5e8226540c44dda8c6ce16b7e58fa8b2864c4503 /astropy
parentb3cc0b5542612388eb4b5fc78c048ebf10a2589f (diff)
downloadastroconda-dev-67a98e73aeec1bd70eb9399c778f047e2fc40045.tar.gz
astropy: track next major release (#110)
Diffstat (limited to 'astropy')
-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 %}