diff --git a/geemap/__init__.py b/geemap/__init__.py index 5991fa4dfe..2c28754e98 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.30.2" +__version__ = "0.30.3" import os diff --git a/pyproject.toml b/pyproject.toml index 6674215185..944bf428d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geemap" -version = "0.30.2" +version = "0.30.3" dynamic = [ "dependencies", ] @@ -110,7 +110,7 @@ universal = true [tool.bumpversion] -current_version = "0.30.2" +current_version = "0.30.3" commit = true tag = true @@ -126,6 +126,7 @@ replace = '__version__ = "{new_version}"' + [tool.flake8] exclude = [ "docs", @@ -135,6 +136,7 @@ max-line-length = 88 [tool.setuptools_scm] + [project.urls] Homepage = "https://github.com/gee-community/geemap"