Skip to content

Commit

Permalink
v0.1.4-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jan 5, 2021
1 parent 9729bb9 commit 7b8d17b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .ipynb_checkpoints/requirements-checkpoint.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
earthengine-api
2 changes: 1 addition & 1 deletion .ipynb_checkpoints/setup-checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):

setup(
name="eemont",
version="0.1.3",
version="0.1.4",
url="https://github.com/davemlz/eemont",
license='MIT',

Expand Down
2 changes: 1 addition & 1 deletion docs/.ipynb_checkpoints/conf-checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'David Montero Loaiza'

# The full version, including alpha/beta/rc tags
release = 'v0.1.3-beta'
release = 'v0.1.4-beta'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'David Montero Loaiza'

# The full version, including alpha/beta/rc tags
release = 'v0.1.3-beta'
release = 'v0.1.4-beta'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion eemont/.ipynb_checkpoints/__init__-checkpoint.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""The eemont python package."""

__version__ = '0.1.3'
__version__ = '0.1.4'

from . import *
2 changes: 1 addition & 1 deletion eemont/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""The eemont python package."""

__version__ = '0.1.3'
__version__ = '0.1.4'

from . import *
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
earthengine-api
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):

setup(
name="eemont",
version="0.1.3",
version="0.1.4",
url="https://github.com/davemlz/eemont",
license='MIT',

Expand Down

0 comments on commit 7b8d17b

Please sign in to comment.