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 5d35afa commit f17d40bCopy full SHA for f17d40b
geemap/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "[email protected]"
5
-__version__ = "0.36.3rc1"
+__version__ = "0.36.3"
6
7
import os
8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "geemap"
-version = "0.36.3rc1"
+version = "0.36.3"
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.36.3rc1"
+current_version = "0.36.3"
153
commit = true
154
tag = true
155
0 commit comments