Skip to content

Commit 564ff3d

Browse files
committed
REL: bump versioning to 1.0.0a1.
1 parent 0f961bf commit 564ff3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Giovani Hidalgo Ceotto"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "0.13.1"
27+
release = "1.0.0a1"
2828

2929

3030
# -- 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==0.13.1
22+
pip install rocketpy==1.0.0a1
2323
2424
2525
Optional Installation Method: ``conda``

rocketpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__copyright__ = "Copyright 20XX, Projeto Jupiter"
1717
__credits__ = ["Matheus Marques Araujo", "Rodrigo Schmitt", "Guilherme Tavares"]
1818
__license__ = "MIT"
19-
__version__ = "0.13.1"
19+
__version__ = "1.0.0a1"
2020
__maintainer__ = "Giovani Hidalgo Ceotto"
2121
__email__ = "[email protected]"
2222
__status__ = "Production"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setuptools.setup(
2424
name="rocketpy",
25-
version="0.13.1",
25+
version="1.0.0a1",
2626
install_requires=necessary_require,
2727
extras_require={
2828
"env_analysis": env_analysis_require,

0 commit comments

Comments
 (0)