From 681ba4031aba0795080c77abfde58f8dff06ceda Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Fri, 12 Jan 2024 13:28:22 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.30.3=20=E2=86=92=200.30.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geemap/__init__.py | 2 +- pyproject.toml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/geemap/__init__.py b/geemap/__init__.py index 2c28754e98..a546329b88 100644 --- a/geemap/__init__.py +++ b/geemap/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.30.3" +__version__ = "0.30.4" import os diff --git a/pyproject.toml b/pyproject.toml index 944bf428d2..236bc0a8ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "geemap" -version = "0.30.3" +version = "0.30.4" dynamic = [ "dependencies", ] @@ -110,7 +110,7 @@ universal = true [tool.bumpversion] -current_version = "0.30.3" +current_version = "0.30.4" commit = true tag = true @@ -127,6 +127,7 @@ replace = '__version__ = "{new_version}"' + [tool.flake8] exclude = [ "docs", @@ -137,6 +138,7 @@ max-line-length = 88 + [project.urls] Homepage = "https://github.com/gee-community/geemap"