From c6bb37d9100ce09df01ca27cd8cd04f7058bf7b3 Mon Sep 17 00:00:00 2001 From: MajidAbuRmila Date: Tue, 4 Jun 2024 01:01:57 +0300 Subject: [PATCH] Release v1.1.1 --- config.json | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index fabbd9a..2a38ae1 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,3 @@ { - "version": "1.1.0" + "version": "1.1.1" } diff --git a/main.py b/main.py index 3b1a202..43c105c 100644 --- a/main.py +++ b/main.py @@ -1093,7 +1093,7 @@ def submit_cluster(submission): ### Handle Arguments ### if len(sys.argv) > 1 and sys.argv[1] == "--version": - print("v1.1.0") + print("v1.1.1") sys.exit(0) ### START ###