Skip to content

Commit

Permalink
Merge pull request #562 from RocketPy-Team/rel/v1.2.1
Browse files Browse the repository at this point in the history
REL: bump up rocketpy version to v1.2.1
  • Loading branch information
Gui-FernandesBR committed Feb 23, 2024
2 parents ee49409 + 474eb49 commit 31fb869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "RocketPy Team"

# The full version, including alpha/beta/rc tags
release = "1.2.0"
release = "1.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins

.. code-block:: shell
pip install rocketpy==1.2.0
pip install rocketpy==1.2.1
Optional Installation Method: ``conda``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="rocketpy",
version="1.2.0",
version="1.2.1",
install_requires=necessary_require,
extras_require={
"env_analysis": env_analysis_require,
Expand Down

0 comments on commit 31fb869

Please sign in to comment.