diff --git a/geemap/__init__.py b/geemap/__init__.py index a546329b88..4bb53ab19e 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.30.4" +__version__ = "0.31.0" import os diff --git a/pyproject.toml b/pyproject.toml index 11a99dc7f7..3919f5f26f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geemap" -version = "0.30.4" +version = "0.31.0" dynamic = [ "dependencies", ] @@ -110,7 +110,7 @@ universal = true [tool.bumpversion] -current_version = "0.30.4" +current_version = "0.31.0" commit = true tag = true