From c67e951d1174cb43107d936e78c93c15fd896bee Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Thu, 11 Jan 2024 00:18:17 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.30.2=20=E2=86=92=200.30.3?= 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 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"