Skip to content

Commit f17d40b

Browse files
committed
Bump geemap to v0.36.3
1 parent 5d35afa commit f17d40b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "[email protected]"
5-
__version__ = "0.36.3rc1"
5+
__version__ = "0.36.3"
66

77
import os
88

pyproject.toml

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

55
[project]
66
name = "geemap"
7-
version = "0.36.3rc1"
7+
version = "0.36.3"
88
description = "A Python package for interactive mapping using Google Earth Engine and ipyleaflet"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -149,7 +149,7 @@ exclude = ["docs*"]
149149
universal = true
150150

151151
[tool.bumpversion]
152-
current_version = "0.36.3rc1"
152+
current_version = "0.36.3"
153153
commit = true
154154
tag = true
155155

0 commit comments

Comments
 (0)