From 513020a46f1d6701ccdb026c02ffcc3d32f931db Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Mon, 14 Oct 2024 00:01:59 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.5=20=E2=86=92=200.12.0?= 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 a2b9752e..7ba27027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "segment-geospatial" -version = "0.11.5" +version = "0.12.0" dynamic = [ "dependencies", ] @@ -41,7 +41,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.11.5" +current_version = "0.12.0" commit = true tag = true diff --git a/samgeo/__init__.py b/samgeo/__init__.py index 10bc5a99..dcf56e73 100644 --- a/samgeo/__init__.py +++ b/samgeo/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.11.5" +__version__ = "0.12.0" from .samgeo import *