Skip to content

Commit 5b60c86

Browse files
authored
VERSION: 0.0.15
1 parent 992750e commit 5b60c86

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Cesar Aybar and David Montero Loaiza"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.0.14"
26+
release = "0.0.15"
2727

2828
# -- General configuration ---------------------------------------------------
2929

ee_extra/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ee_extra Extensions.
33
"""
44

5-
__version__ = "0.0.14"
5+
__version__ = "0.0.15"
66

77
from ee_extra.Image.basic import *
88
from ee_extra.ImageCollection.core import *

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def read(filename):
1414

1515
setup(
1616
name="ee_extra",
17-
version="0.0.14",
17+
version="0.0.15",
1818
url="https://github.com/r-earthengine/ee_extra",
1919
license="Apache 2.0",
2020
author="Cesar Aybar, David Montero Loaiza and Aaron Zuspan",
@@ -31,7 +31,6 @@ def read(filename):
3131
"Development Status :: 2 - Pre-Alpha",
3232
"License :: OSI Approved :: Apache Software License",
3333
"Programming Language :: Python",
34-
"Programming Language :: Python :: 3.6",
3534
"Programming Language :: Python :: 3.7",
3635
"Programming Language :: Python :: 3.8",
3736
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)