diff --git a/docs/changelog.rst b/docs/changelog.rst index b0362cc..a0a92a4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +v0.3.0 +------ + +Improvements +~~~~~~~~~~~~ + +- Awesome Spectral Indices list upgraded to v0.3.0. + v0.2.0 ------ diff --git a/docs/conf.py b/docs/conf.py index c390adb..fc5269c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 4bfeb37..2ce7b8d 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/spyndex/__init__.py b/spyndex/__init__.py index d3f4a71..e4d9ff1 100644 --- a/spyndex/__init__.py +++ b/spyndex/__init__.py @@ -1,6 +1,6 @@ """spyndex - Awesome Spectral Indices in Python""" -__version__ = "0.2.0" +__version__ = "0.3.0" __author__ = "David Montero Loaiza " __all__ = []