Skip to content

Commit b3d3c0d

Browse files
committed
bump: version 1.4.0 → 1.5.0
1 parent 6dbb631 commit b3d3c0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eeclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "eeclient"
22
__summary__ = "A client for Google Earth Engine"
3-
__version__ = "1.4.0"
3+
__version__ = "1.5.0"
44

55
__author__ = "Daniel Guerrero"
66
__email__ = "[email protected]"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ee-client"
7-
version = "1.4.0"
7+
version = "1.5.0"
88
description = "extends the capabilities of the earthengine-api by providing custom session management and client interactions"
99
readme = { file = "README.rst", content-type = "text/x-rst" }
1010
authors = [
@@ -66,7 +66,7 @@ branch = true
6666
[tool.commitizen]
6767
tag_format = "v$major.$minor.$patch$prerelease"
6868
update_changelog_on_bump = false
69-
version = "1.4.0"
69+
version = "1.5.0"
7070
version_files = [
7171
"pyproject.toml:version",
7272
"eeclient/__init__.py:__version__",

0 commit comments

Comments
 (0)