Skip to content

Commit

Permalink
VERSION: 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jan 23, 2023
1 parent 0e94930 commit 1dcbc9f
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 @@ -23,7 +23,7 @@
author = "David Montero Loaiza"

# The full version, including alpha/beta/rc tags
release = "0.3.5"
release = "0.3.6"

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

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.3.5"
__version__ = "0.3.6"

from . import (app, dataframe, eeDictionary, eeList, extra, feature,
featurecollection, geometry, image, imagecollection, number)
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="eemont",
version="0.3.5",
version="0.3.6",
url="https://github.com/davemlz/eemont",
license="MIT",
author="David Montero Loaiza",
Expand Down

0 comments on commit 1dcbc9f

Please sign in to comment.