diff --git a/docs/conf.py b/docs/conf.py index 66d9f74..3b8be20 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.0.2" +release = "0.0.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index bc79bf5..68a4cc3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="spyndex", - version="0.0.2", + version="0.0.3", url="https://github.com/davemlz/spyndex", license="MIT", author="David Montero Loaiza", diff --git a/spyndex/__init__.py b/spyndex/__init__.py index dc3cdd5..fd0d221 100644 --- a/spyndex/__init__.py +++ b/spyndex/__init__.py @@ -1,6 +1,6 @@ """spyndex - Awesome Spectral Indices in Python""" -__version__ = "0.0.2" +__version__ = "0.0.3" __author__ = "David Montero Loaiza " __all__ = []