Skip to content

Commit

Permalink
GIT: updating package version to v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Jan 10, 2023
1 parent 0541011 commit 4cced4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -24,7 +24,7 @@
author = "Giovani Hidalgo Ceotto"

# The full version, including alpha/beta/rc tags
release = "0.12.1"
release = "0.13.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/user/installation.rst
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==0.12.1
pip install rocketpy==0.13.0
Optional Installation Method: ``conda``
Expand Down
2 changes: 1 addition & 1 deletion rocketpy/__init__.py
Expand Up @@ -16,7 +16,7 @@
__copyright__ = "Copyright 20XX, Projeto Jupiter"
__credits__ = ["Matheus Marques Araujo", "Rodrigo Schmitt", "Guilherme Tavares"]
__license__ = "MIT"
__version__ = "0.12.1"
__version__ = "0.13.0"
__maintainer__ = "Giovani Hidalgo Ceotto"
__email__ = "ghceotto@gmail.com"
__status__ = "Production"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rocketpy",
version="0.12.1",
version="0.13.0",
install_requires=[
"numpy>=1.0",
"scipy>=1.0",
Expand Down

0 comments on commit 4cced4c

Please sign in to comment.