Skip to content

Commit

Permalink
Merge pull request #83 from Projeto-Jupiter/pre-release/v0.9.8
Browse files Browse the repository at this point in the history
Updated maintainers, version and name to rocketpy
  • Loading branch information
Gui-FernandesBR committed Aug 16, 2021
2 parents a85cd9d + c037d0e commit 21fa5f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.7"
__version__ = "0.9.8"
__maintainer__ = "Giovani Hidalgo Ceotto"
__email__ = "ghceotto@gmail.com"
__status__ = "Production"
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
long_description = fh.read()

setuptools.setup(
name="rocketpyalpha",
version="0.9.7",
name="rocketpy",
version="0.9.8",
install_requires = [
'numpy>=1.0',
'scipy>=1.0',
'matplotlib>=3.0',
'requests'
],
maintainer="RocketPy Developers",
author="Giovani Hidalgo Ceotto",
author_email="ghceotto@gmail.com",
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry.",
Expand All @@ -25,4 +26,4 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)
)

0 comments on commit 21fa5f4

Please sign in to comment.