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 fed2e56 commit f094901Copy full SHA for f094901
geemap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "[email protected]"
5
-__version__ = "0.36.0rc2"
+__version__ = "0.36.0"
6
7
import os
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "geemap"
-version = "0.36.0rc2"
+version = "0.36.0"
description = "A Python package for interactive mapping using Google Earth Engine and ipyleaflet"
9
readme = "README.md"
10
requires-python = ">=3.9"
@@ -150,7 +150,7 @@ exclude = ["docs*"]
150
universal = true
151
152
[tool.bumpversion]
153
-current_version = "0.36.0rc2"
+current_version = "0.36.0"
154
commit = true
155
tag = true
156
0 commit comments