Skip to content

Commit

Permalink
VERSION: 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed May 18, 2024
1 parent 9513893 commit 900b5c0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v0.6.0
------

Improvements
~~~~~~~~~~~~

- Awesome Spectral Indices list upgraded to v0.6.0.

v0.5.0
------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "David Montero Loaiza"

# The full version, including alpha/beta/rc tags
release = "0.5.0"
release = "0.6.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/xcube.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Here begins the second part namely the calculation of the spectral indices. \n",
"Here begins the second part namely the calculation of the spectral indices! \n",
"\n",
"Firstly, we filter the dataset where no data is available or where observation is saturated or defective. "
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(filename):

setup(
name="spyndex",
version="0.5.0",
version="0.6.0",
url="https://github.com/awesome-spectral-indices/spyndex",
license="MIT",
author="David Montero Loaiza",
Expand Down
2 changes: 1 addition & 1 deletion spyndex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""spyndex - Awesome Spectral Indices in Python"""

__version__ = "0.5.0"
__version__ = "0.6.0"
__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
__all__ = []

Expand Down

0 comments on commit 900b5c0

Please sign in to comment.