From caf27159da3ca9acc0fb3e6e6deb00e040ea13ac Mon Sep 17 00:00:00 2001 From: MateusStano Date: Wed, 29 Nov 2023 23:28:14 +0100 Subject: [PATCH] REL: bump version to 1.1.3 --- docs/conf.py | 2 +- docs/user/installation.rst | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9a056cbcc..820d3f347 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index 1945af799..ab6b0c9d9 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -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`` diff --git a/setup.py b/setup.py index 4632bd009..b2e475b26 100644 --- a/setup.py +++ b/setup.py @@ -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,