Skip to content

Commit cd14018

Browse files
phmbressanGui-FernandesBR
authored andcommitted
REL: bump versioning number to 1.3.0.post1.
1 parent 494f6e9 commit cd14018

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "RocketPy Team"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "1.3.0"
28+
release = "1.3.0.post1"
2929

3030

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocketpy"
3-
version = "1.3.0"
3+
version = "1.3.0.post1"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)