From 6b646ff4a0a7decc17295aaa2ae60cd0d5db890a Mon Sep 17 00:00:00 2001 From: Ishan Upadhyay Date: Sat, 7 Oct 2023 17:42:55 +0530 Subject: [PATCH] Changes the version to resolve same file issue. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03e2a71..c006fe3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='UniTrain', - version='0.0.1', + version='0.2', author='Ishan Upadhyay', author_email='ishan.upadhyay.iitb@gmail.com', description='A generalized training framework for Deep Learning Tasks',