Skip to content

Commit c6bb37d

Browse files
committed
Release v1.1.1
1 parent 495de78 commit c6bb37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.1.0"
2+
"version": "1.1.1"
33
}

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ def submit_cluster(submission):
10931093

10941094
### Handle Arguments ###
10951095
if len(sys.argv) > 1 and sys.argv[1] == "--version":
1096-
print("v1.1.0")
1096+
print("v1.1.1")
10971097
sys.exit(0)
10981098

10991099
### START ###

0 commit comments

Comments
 (0)