Skip to content

Commit

Permalink
VERSION: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jan 23, 2023
1 parent 06086f4 commit 302bffe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.3.0
------

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

- Awesome Spectral Indices list upgraded to v0.3.0.

v0.2.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.2.0"
release = "0.3.0"


# -- General configuration ---------------------------------------------------
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.2.0",
version="0.3.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.2.0"
__version__ = "0.3.0"
__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
__all__ = []

Expand Down

0 comments on commit 302bffe

Please sign in to comment.