Skip to content

Commit

Permalink
VERSION: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jun 2, 2022
1 parent 6585576 commit 1d0f2f3
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.1.0
------

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

- Awesome Spectral Indices list upgraded to v0.1.0.

v0.0.5
------

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.0.5"
release = "0.1.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.0.5",
version="0.1.0",
url="https://github.com/davemlz/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.0.5"
__version__ = "0.1.0"
__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
__all__ = []

Expand Down

0 comments on commit 1d0f2f3

Please sign in to comment.