Skip to content

Commit f094901

Browse files
committed
Bump geemap to v0.36.0
1 parent fed2e56 commit f094901

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.0rc2"
5+
__version__ = "0.36.0"
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.0rc2"
7+
version = "0.36.0"
88
description = "A Python package for interactive mapping using Google Earth Engine and ipyleaflet"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -150,7 +150,7 @@ exclude = ["docs*"]
150150
universal = true
151151

152152
[tool.bumpversion]
153-
current_version = "0.36.0rc2"
153+
current_version = "0.36.0"
154154
commit = true
155155
tag = true
156156

0 commit comments

Comments
 (0)