diff --git a/docs/conf.py b/docs/conf.py index 3c9cc26c..ac188e82 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "David Montero Loaiza" # The full version, including alpha/beta/rc tags -release = "0.3.2" +release = "0.3.3" # -- General configuration --------------------------------------------------- diff --git a/eemont/__init__.py b/eemont/__init__.py index 6229ef24..27acf69c 100755 --- a/eemont/__init__.py +++ b/eemont/__init__.py @@ -1,6 +1,6 @@ """The eemont python package.""" -__version__ = "0.3.2" +__version__ = "0.3.3" from . import (app, dataframe, eeDictionary, eeList, extra, feature, featurecollection, geometry, image, imagecollection, number) diff --git a/setup.py b/setup.py index 531658b2..2190b4b8 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read(filename): setup( name="eemont", - version="0.3.2", + version="0.3.3", url="https://github.com/davemlz/eemont", license="MIT", author="David Montero Loaiza",