From 0dc874f79cda0e61fc5570b0abd8adb2a0de4010 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 29 Nov 2023 12:48:25 -0600 Subject: [PATCH] Update version --- imgcorrect/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgcorrect/_version.py b/imgcorrect/_version.py index 008aaa9..acbbc1c 100644 --- a/imgcorrect/_version.py +++ b/imgcorrect/_version.py @@ -1 +1 @@ -__version__ = "1.7.3" +__version__ = "1.7.4" diff --git a/pyproject.toml b/pyproject.toml index eb491c9..527f55d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "imgcorrect" -version = "1.7.3" +version = "1.7.4" description = "Library to perform various corrections on imagery from supported sensors" authors = ["Samuel Williams "]