We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495de78 commit c6bb37dCopy full SHA for c6bb37d
config.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "1.1.0"
+ "version": "1.1.1"
3
}
main.py
@@ -1093,7 +1093,7 @@ def submit_cluster(submission):
1093
1094
### Handle Arguments ###
1095
if len(sys.argv) > 1 and sys.argv[1] == "--version":
1096
- print("v1.1.0")
+ print("v1.1.1")
1097
sys.exit(0)
1098
1099
### START ###
0 commit comments