From 3c2f7548d12e3a7c5600b3cb72a0fa107cdbd983 Mon Sep 17 00:00:00 2001 From: Nathaniel Schmitz Date: Wed, 21 Feb 2024 10:30:16 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.31.0=20=E2=86=92=200.32.0?= 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 4bb53ab19e..7a4e25e17b 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.31.0" +__version__ = "0.32.0" import os diff --git a/pyproject.toml b/pyproject.toml index 3919f5f26f..09ad7bdb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geemap" -version = "0.31.0" +version = "0.32.0" dynamic = [ "dependencies", ] @@ -110,7 +110,7 @@ universal = true [tool.bumpversion] -current_version = "0.31.0" +current_version = "0.32.0" commit = true tag = true