Skip to content

Commit

Permalink
VERSION: 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Mar 6, 2022
1 parent 87c3362 commit 3d7300d
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.2"
release = "0.3.3"

# -- 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.2"
__version__ = "0.3.3"

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.2",
version="0.3.3",
url="https://github.com/davemlz/eemont",
license="MIT",
author="David Montero Loaiza",
Expand Down

0 comments on commit 3d7300d

Please sign in to comment.