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

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Jan 20, 2016
1 parent 03c333a commit d888e80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -9,7 +9,7 @@
:Name: poliastro
:Website: https://poliastro.github.io/
:Author: Juan Luis Cano Rodríguez <juanlu001@gmail.com>
:Version: 0.3.1
:Version: 0.3.2

.. image:: https://travis-ci.org/poliastro/poliastro.svg?branch=0.3.x
: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.3.1-{build}
version: 0.3.2-{build}

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/condarecipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: poliastro
version: "0.3.1"
version: "0.3.2"

source:
path: ../..
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

if __name__ == '__main__':
setup(name="poliastro",
version='0.3.1',
version='0.3.2',
description="poliastro - Python package for Orbital Mechanics",
author="Juan Luis Cano",
author_email="juanlu001@gmail.com",
Expand Down

0 comments on commit d888e80

Please sign in to comment.