From fc2109fafc641787882612e9a60058838af343e6 Mon Sep 17 00:00:00 2001 From: Jacob Morrison Date: Wed, 13 Nov 2024 11:20:56 -0500 Subject: [PATCH] version 1.3.0 --- container/create_container.py | 3 ++- version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/container/create_container.py b/container/create_container.py index 78f5ea0..d1e9473 100644 --- a/container/create_container.py +++ b/container/create_container.py @@ -39,7 +39,7 @@ import argparse import os -LATEST = '1.2.1' +LATEST = '1.3.0' def valid_versions(): """Valid versions of dupsifter and their corresponding tags. @@ -55,6 +55,7 @@ def valid_versions(): '1.1.1': 'v1.1.1.20230615', '1.2.0': 'v1.2.0.20230926', '1.2.1': 'v1.2.1.20240119', + '1.3.0': 'v1.3.0.20241113', } def cli(): diff --git a/version.h b/version.h index 203f533..4ce3def 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define DUPSIFTER_VERSION "1.2.2.dev" +#define DUPSIFTER_VERSION "1.3.0"