Skip to content

Commit 7811bbd

Browse files
committed
Bump geemap to v0.36.1rc1
1 parent 6dab1fe commit 7811bbd

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.35.1"
5+
__version__ = "0.36.1rc1"
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.35.1"
7+
version = "0.36.1rc1"
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.35.1"
152+
current_version = "0.36.1rc1"
153153
commit = true
154154
tag = true
155155

0 commit comments

Comments
 (0)