From 3d7300d1707df61a59ccce216e6e881c0b2b64ae Mon Sep 17 00:00:00 2001 From: David Montero Loaiza <49817852+davemlz@users.noreply.github.com> Date: Sun, 6 Mar 2022 13:59:39 +0100 Subject: [PATCH] VERSION: 0.3.3 --- docs/conf.py | 2 +- eemont/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",