Skip to content

Commit

Permalink
v0.0.1 -> v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Oct 7, 2021
1 parent c3a204c commit db03340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1"
release = "0.0.2"


# -- 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.1",
version="0.0.2",
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.1"
__version__ = "0.0.2"
__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
__all__ = []

Expand Down

0 comments on commit db03340

Please sign in to comment.