Skip to content

Commit db03340

Browse files
committed
v0.0.1 -> v0.0.2
1 parent c3a204c commit db03340

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "David Montero Loaiza"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "0.0.1"
30+
release = "0.0.2"
3131

3232

3333
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(filename):
1414

1515
setup(
1616
name="spyndex",
17-
version="0.0.1",
17+
version="0.0.2",
1818
url="https://github.com/davemlz/spyndex",
1919
license="MIT",
2020
author="David Montero Loaiza",

spyndex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""spyndex - Awesome Spectral Indices in Python"""
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"
44
__author__ = "David Montero Loaiza <dml.mont@gmail.com>"
55
__all__ = []
66

0 commit comments

Comments
 (0)