From 824e4e5e3aa5d10b5224b9d38a6ce4311be11501 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sat, 2 Nov 2024 16:48:19 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.35.0=20=E2=86=92=200.35.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geemap/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geemap/__init__.py b/geemap/__init__.py index 9b5bcf0533..a9cf904b6d 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.35.0" +__version__ = "0.35.1" import os diff --git a/pyproject.toml b/pyproject.toml index 1362ac5b81..f7f21840cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geemap" -version = "0.35.0" +version = "0.35.1" description = "A Python package for interactive mapping using Google Earth Engine and ipyleaflet" readme = "README.md" requires-python = ">=3.9" @@ -143,7 +143,7 @@ universal = true [tool.bumpversion] -current_version = "0.35.0" +current_version = "0.35.1" commit = true tag = true