From f2bd40641cf591ea19a696e32768a996aeb7ea1a Mon Sep 17 00:00:00 2001 From: Ishan Upadhyay Date: Sat, 7 Oct 2023 17:24:35 +0530 Subject: [PATCH] Changed the version for resolving the job error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b781e19..03e2a71 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='UniTrain', - version='0.1', + version='0.0.1', author='Ishan Upadhyay', author_email='ishan.upadhyay.iitb@gmail.com', description='A generalized training framework for Deep Learning Tasks',