From 4fc03c3bcf078bc113f92bfdc711da7e3a8f24f7 Mon Sep 17 00:00:00 2001 From: Rudolph Pienaar Date: Wed, 20 Dec 2023 15:19:52 -0500 Subject: [PATCH] Bump to 3.11.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 532f2d9..709c138 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup( name = 'pypx', - version = '3.11.12', + version = '3.11.14', description = 'PACS/ChRIS core tools and utils', long_description = readme(), python_requires = ">= 3.8",