Skip to content

Commit 623171c

Browse files
committed
REL: update version to 0.9.9
1 parent 2df8d3b commit 623171c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Giovani Hidalgo Ceotto"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.9.8"
26+
release = "0.9.9"
2727

2828

2929
# -- General configuration ---------------------------------------------------

docs/user/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins
1919

2020
.. code-block:: shell
2121
22-
pip install rocketpy==0.9.8
22+
pip install rocketpy==0.9.9
2323
2424
2525
Optional Installation Method: ``conda``

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="rocketpy",
8-
version="0.9.8",
8+
version="0.9.9",
99
install_requires=["numpy>=1.0", "scipy>=1.0", "matplotlib>=3.0", "requests"],
1010
maintainer="RocketPy Developers",
1111
author="Giovani Hidalgo Ceotto",

0 commit comments

Comments
 (0)