Skip to content

Commit

Permalink
REL: bump version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Nov 29, 2023
1 parent b296a0f commit caf2715
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.1.2"
release = "1.1.3"


# -- 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.1.2
pip install rocketpy==1.1.3
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.1.2",
version="1.1.3",
install_requires=necessary_require,
extras_require={
"env_analysis": env_analysis_require,
Expand Down

0 comments on commit caf2715

Please sign in to comment.