Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Bump to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Apr 25, 2018
1 parent e0f0b42 commit f0ba8fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@
# Windows
# File shamelessly inspired by Astropy

version: 0.8.dev0-{build}
version: 0.10.dev0-{build}

branches:
only:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/poliastro/__init__.py
Expand Up @@ -7,4 +7,4 @@
"""

__version__ = '0.9.dev0'
__version__ = '0.10.dev0'

0 comments on commit f0ba8fe

Please sign in to comment.