Skip to content

Commit b150287

Browse files
committed
Version update to 0.9.5
1 parent e375ec7 commit b150287

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Giovani Hdalgo Ceotto'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.9.3'
25+
release = '0.9.5'
2626

2727

2828
# -- General configuration ---------------------------------------------------

rocketpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__copyright__ = "Copyright 20XX, Projeto Jupiter"
1616
__credits__ = ["Matheus Marques Araujo", "Rodrigo Schmitt", "Guilherme Tavares"]
1717
__license__ = "MIT"
18-
__version__ = "0.9.3"
18+
__version__ = "0.9.5"
1919
__maintainer__ = "Giovani Hidalgo Ceotto"
2020
__email__ = "ghceotto@gmail.com"
2121
__status__ = "Production"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import setuptools
22

3-
with open("README.rst", "r") as fh:
3+
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="rocket.py",
8-
version="0.9.4",
7+
name="rocketpyalpha",
8+
version="0.9.5",
99
install_requires = [
1010
'numpy>=1.0',
1111
'scipy>=1.0',

0 commit comments

Comments
 (0)