From 6603919642fd671df31251451e2164d6d287e945 Mon Sep 17 00:00:00 2001 From: Tim Coalson Date: Mon, 23 Dec 2024 17:51:06 -0600 Subject: [PATCH] set version 1.2.3 --- gradunwarp/core/globals.py | 2 +- pyproject.toml | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradunwarp/core/globals.py b/gradunwarp/core/globals.py index 68923a6..1f2d9f1 100644 --- a/gradunwarp/core/globals.py +++ b/gradunwarp/core/globals.py @@ -6,7 +6,7 @@ ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## import logging -VERSION = '1.2.2' +VERSION = '1.2.3' usage = ''' gradient_unwarp infile outfile manufacturer -g [optional arguments] diff --git a/pyproject.toml b/pyproject.toml index daf3621..18a717f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.bumpver] -current_version = "1.2.2" +current_version = "1.2.3" version_pattern = "MAJOR.MINOR.PATCH[.TAG]" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/version.txt b/version.txt index cc90463..4367f90 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.2.2 +v1.2.3