File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
__title__ = "eeclient"
2
2
__summary__ = "A client for Google Earth Engine"
3
- __version__ = "1.4 .0"
3
+ __version__ = "1.5 .0"
4
4
5
5
__author__ = "Daniel Guerrero"
6
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " ee-client"
7
- version = " 1.4 .0"
7
+ version = " 1.5 .0"
8
8
description = " extends the capabilities of the earthengine-api by providing custom session management and client interactions"
9
9
readme = { file = " README.rst" , content-type = " text/x-rst" }
10
10
authors = [
@@ -66,7 +66,7 @@ branch = true
66
66
[tool .commitizen ]
67
67
tag_format = " v$major.$minor.$patch$prerelease"
68
68
update_changelog_on_bump = false
69
- version = " 1.4 .0"
69
+ version = " 1.5 .0"
70
70
version_files = [
71
71
" pyproject.toml:version" ,
72
72
" eeclient/__init__.py:__version__" ,
You can’t perform that action at this time.
0 commit comments