From 93b6429b05605cad6ee59b29148117545afc64c6 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 17 Nov 2024 20:26:39 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.2=20=E2=86=92=200.12.3?= 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 8ecd2fbd..c25fec3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "segment-geospatial" -version = "0.12.2" +version = "0.12.3" dynamic = [ "dependencies", ] @@ -41,7 +41,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.12.2" +current_version = "0.12.3" commit = true tag = true diff --git a/samgeo/__init__.py b/samgeo/__init__.py index 3204b07c..f8ca4fc5 100644 --- a/samgeo/__init__.py +++ b/samgeo/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.12.2" +__version__ = "0.12.3" from .samgeo import *