Skip to content

Commit d0b3601

Browse files
REL: update version to 0.12.1
1 parent 5fa47a4 commit d0b3601

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
@@ -24,7 +24,7 @@
2424
author = "Giovani Hidalgo Ceotto"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "0.12.0"
27+
release = "0.12.1"
2828

2929

3030
# -- 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.12.0
22+
pip install rocketpy==0.12.1
2323
2424
2525
Optional Installation Method: ``conda``

rocketpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__copyright__ = "Copyright 20XX, Projeto Jupiter"
1717
__credits__ = ["Matheus Marques Araujo", "Rodrigo Schmitt", "Guilherme Tavares"]
1818
__license__ = "MIT"
19-
__version__ = "0.12.0"
19+
__version__ = "0.12.1"
2020
__maintainer__ = "Giovani Hidalgo Ceotto"
2121
__email__ = "[email protected]"
2222
__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.12.0",
8+
version="0.12.1",
99
install_requires=[
1010
"numpy>=1.0",
1111
"scipy>=1.0",

0 commit comments

Comments
 (0)