From d78167ab9f74a47d8ffa0f9191468e18dd9c286d Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 7 Oct 2024 22:09:01 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.4=20=E2=86=92=200.11.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- samgeo/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fd91c7d..a2b9752e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "segment-geospatial" -version = "0.11.4" +version = "0.11.5" dynamic = [ "dependencies", ] @@ -41,7 +41,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.11.4" +current_version = "0.11.5" commit = true tag = true diff --git a/samgeo/__init__.py b/samgeo/__init__.py index 0f357606..10bc5a99 100644 --- a/samgeo/__init__.py +++ b/samgeo/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.11.4" +__version__ = "0.11.5" from .samgeo import *