From 2f89862fda8a4e7c2e209f79a6fd98dc9e6bbf0f Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Tue, 15 Oct 2024 16:55:16 -0400 Subject: [PATCH] version bump to 1.6.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bb7708..203c727 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='markimg', - version='1.6.2', + version='1.6.4', description='An app to mark landmark points and lines on an input image', long_description=readme, author='FNNDSC',