Skip to content

Commit 21fa5f4

Browse files
Merge pull request #83 from Projeto-Jupiter/pre-release/v0.9.8
Updated maintainers, version and name to rocketpy
2 parents a85cd9d + c037d0e commit 21fa5f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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.7"
18+
__version__ = "0.9.8"
1919
__maintainer__ = "Giovani Hidalgo Ceotto"
2020
__email__ = "[email protected]"
2121
__status__ = "Production"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="rocketpyalpha",
8-
version="0.9.7",
7+
name="rocketpy",
8+
version="0.9.8",
99
install_requires = [
1010
'numpy>=1.0',
1111
'scipy>=1.0',
1212
'matplotlib>=3.0',
1313
'requests'
1414
],
15+
maintainer="RocketPy Developers",
1516
author="Giovani Hidalgo Ceotto",
1617
author_email="[email protected]",
1718
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry.",
@@ -25,4 +26,4 @@
2526
"Operating System :: OS Independent",
2627
],
2728
python_requires='>=3.6',
28-
)
29+
)

0 commit comments

Comments
 (0)