We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab1fe commit 7811bbdCopy full SHA for 7811bbd
geemap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "[email protected]"
5
-__version__ = "0.35.1"
+__version__ = "0.36.1rc1"
6
7
import os
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "geemap"
-version = "0.35.1"
+version = "0.36.1rc1"
description = "A Python package for interactive mapping using Google Earth Engine and ipyleaflet"
9
readme = "README.md"
10
requires-python = ">=3.9"
@@ -149,7 +149,7 @@ exclude = ["docs*"]
149
universal = true
150
151
[tool.bumpversion]
152
-current_version = "0.35.1"
+current_version = "0.36.1rc1"
153
commit = true
154
tag = true
155
0 commit comments