From cd14018adba00730ed6941bd144729bb318912dd Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Sun, 2 Jun 2024 14:29:14 -0300 Subject: [PATCH] REL: bump versioning number to 1.3.0.post1. --- docs/conf.py | 2 +- docs/user/installation.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8fd2cde99..12fd89202 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.3.0" +release = "1.3.0.post1" # -- General configuration --------------------------------------------------- diff --git a/docs/user/installation.rst b/docs/user/installation.rst index ef9cf2ebc..f73310dfe 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.3.0 + pip install rocketpy==1.3.0.post1 Optional Installation Method: ``conda`` diff --git a/pyproject.toml b/pyproject.toml index 7c824e466..623be535d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rocketpy" -version = "1.3.0" +version = "1.3.0.post1" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md"