From 6fcb9f1769b9c15f1d2136fb8ec90146795e0b6a Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 22 Sep 2024 18:49:56 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.5=20=E2=86=92=200.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geospatial/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geospatial/__init__.py b/geospatial/__init__.py index 159b26a..1f83b14 100644 --- a/geospatial/__init__.py +++ b/geospatial/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.10.5" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index f06332e..720d34b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geospatial" -version = "0.10.5" +version = "0.11.0" dynamic = [ "dependencies", ] @@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.10.5" +current_version = "0.11.0" commit = true tag = true