From 10e4e214a2a74aa2dabe2781bd4bb8830c577d96 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Wed, 21 Aug 2024 11:10:28 -0400 Subject: [PATCH] version bump to 1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6357f67..fd1ba9c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='markimg', - version='1.4.8', + version='1.5.0', description='An app to mark landmark points and lines on an input image', long_description=readme, author='FNNDSC',