From 3caf4a881e6eab7d7ee1baf9dc9c1c06ce22c3f4 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 23 Sep 2024 11:06:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.11.1?= 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 1f83b14..dc6de9e 100644 --- a/geospatial/__init__.py +++ b/geospatial/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.11.0" +__version__ = "0.11.1" diff --git a/pyproject.toml b/pyproject.toml index bb851f2..c8bad01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geospatial" -version = "0.11.0" +version = "0.11.1" dynamic = [ "dependencies", ] @@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.11.0" +current_version = "0.11.1" commit = true tag = true