diff --git a/geemap/__init__.py b/geemap/__init__.py index 2605160259..b7c05e7604 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.34.3" +__version__ = "0.34.4" import os diff --git a/pyproject.toml b/pyproject.toml index 0371375bf6..29aeb823b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geemap" -version = "0.34.3" +version = "0.34.4" dynamic = [ "dependencies", ] @@ -125,7 +125,7 @@ universal = true [tool.bumpversion] -current_version = "0.34.3" +current_version = "0.34.4" commit = true tag = true