From 5f7c944aea83b4ecc74c5936996fdafcf4740715 Mon Sep 17 00:00:00 2001 From: Francesco Ioli Date: Mon, 18 Sep 2023 15:54:23 +0200 Subject: [PATCH] bump version 1.8.0 -> 1.9.0 Former-commit-id: a2fec07d08aa54370083344bf874fe407804b866 [formerly ec6440a32a744f4ee75578e0cabf12c904ee9925] Former-commit-id: fd863daedf27e10ccc4ce7bb4456233b4238a035 Former-commit-id: d8c5ed899fb9da09f5ced537b476bbb8bc3c59ba Former-commit-id: 69a88eb92c038262c9c63946d5f2194c636dd8c1 Former-commit-id: 36fecb92f1f5902ae3221f32512f0d836f2dae29 --- pyproject.toml | 4 ++-- src/icepy4d/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e11efb2..8e80138e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "icepy4d" -version = "1.8.0" +version = "1.9.0" description = "4D Image-based Continuos monitoring of glaciers Evolution with low-cost stereo-cameras and Deep Learning photogrammetry." readme = "README.md" authors = [{ name = "Francesco Ioli", email = "francesco.ioli@polimi.it" }] @@ -50,7 +50,7 @@ addopts = [ [tool.isort] profile = "black" [tool.bumpver] -current_version = "1.8.0" +current_version = "1.9.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true diff --git a/src/icepy4d/__init__.py b/src/icepy4d/__init__.py index 20654faa..6166d1ed 100644 --- a/src/icepy4d/__init__.py +++ b/src/icepy4d/__init__.py @@ -1,2 +1,2 @@ # Version of the ICEpy4D package -__version__ = "1.8.0" +__version__ = "1.9.0"