From b297306c42a0780dbcc9159056931cbbc4e78df9 Mon Sep 17 00:00:00 2001 From: Sandip Samal Date: Thu, 3 Oct 2024 12:24:34 -0400 Subject: [PATCH] version bump to rebuild --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc96c69..11fb3ca 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'lld_inference', - version = '2.2.15', + version = '2.2.16', description = 'An app to run LLD inference', author = 'FNNDSC', author_email = 'dev@babyMRI.org',