Skip to content

Commit

Permalink
Update version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
giovaniceotto committed Sep 5, 2020
1 parent b933a3c commit 6e3478f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Giovani Hdalgo Ceotto'

# The full version, including alpha/beta/rc tags
release = '0.9.5'
release = '0.9.6'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion rocketpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__copyright__ = "Copyright 20XX, Projeto Jupiter"
__credits__ = ["Matheus Marques Araujo", "Rodrigo Schmitt", "Guilherme Tavares"]
__license__ = "MIT"
__version__ = "0.9.5"
__version__ = "0.9.6"
__maintainer__ = "Giovani Hidalgo Ceotto"
__email__ = "ghceotto@gmail.com"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rocketpyalpha",
version="0.9.5",
version="0.9.6",
install_requires = [
'numpy>=1.0',
'scipy>=1.0',
Expand Down

0 comments on commit 6e3478f

Please sign in to comment.