From c83e03823ef8e7edc8526d328e76c88497c2c747 Mon Sep 17 00:00:00 2001 From: Bhavay Aggarwal Date: Thu, 18 Apr 2024 15:24:18 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a17ac5c..c9382a2 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ package_dir={ 'InSTAnT': 'InSTAnT', }, - version = '1.2', + version = '1.2.1', license='MIT', description = 'InSTAnT is a toolkit to identify gene pairs which are d-colocalized from single molecule measurement data.', author = 'Anurendra Kumar, Bhavay Aggarwal',