Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Mar 26, 2021
1 parent 18d869a commit 96539e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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.8",
version="0.1.9",
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 = '0.1.8'
release = '0.1.9'


# -- 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 = '0.1.8'
release = '0.1.9'


# -- 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,6 +1,6 @@
"""The eemont python package."""

__version__ = '0.1.8'
__version__ = '0.1.9'

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

__version__ = '0.1.8'
__version__ = '0.1.9'

from . import feature
from . import featurecollection
Expand Down
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.8",
version="0.1.9",
url="https://github.com/davemlz/eemont",
license='MIT',

Expand Down

0 comments on commit 96539e8

Please sign in to comment.