From ecdf9052f3f6eca03e7015b6667ad0bb3fe0504a Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 2 Oct 2024 09:57:53 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.1=20=E2=86=92=200.11.2?= 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 dc6de9e..513d755 100644 --- a/geospatial/__init__.py +++ b/geospatial/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.11.1" +__version__ = "0.11.2" diff --git a/pyproject.toml b/pyproject.toml index c8bad01..5b99b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geospatial" -version = "0.11.1" +version = "0.11.2" dynamic = [ "dependencies", ] @@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.11.1" +current_version = "0.11.2" commit = true tag = true