From f0ba8fe9ab4d9e530188a4f417259951145e2ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 25 Apr 2018 18:37:55 +0200 Subject: [PATCH] Bump to next development version --- README.rst | 2 +- appveyor.yml | 2 +- docs/source/conf.py | 4 ++-- src/poliastro/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 668b944e8..2e4d54747 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ :Name: poliastro :Website: https://poliastro.github.io/ :Author: Juan Luis Cano Rodríguez |orcid| -:Version: 0.9.dev0 +:Version: 0.10.dev0 .. |travisci| image:: https://img.shields.io/travis/poliastro/poliastro/master.svg?style=flat-square :target: https://travis-ci.org/poliastro/poliastro diff --git a/appveyor.yml b/appveyor.yml index 42a9c64c7..160cf41b0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ # Windows # File shamelessly inspired by Astropy -version: 0.8.dev0-{build} +version: 0.10.dev0-{build} branches: only: diff --git a/docs/source/conf.py b/docs/source/conf.py index 7acc35865..c26869b25 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '0.9' +version = '0.10' # The full version, including alpha/beta/rc tags. -release = '0.9.dev0' +release = '0.10.dev0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/poliastro/__init__.py b/src/poliastro/__init__.py index f8f41e449..ab353a2b0 100644 --- a/src/poliastro/__init__.py +++ b/src/poliastro/__init__.py @@ -7,4 +7,4 @@ """ -__version__ = '0.9.dev0' +__version__ = '0.10.dev0'