Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MajidAbuRmila committed Jun 3, 2024
1 parent 495de78 commit c6bb37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.1.0"
"version": "1.1.1"
}
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit c6bb37d

Please sign in to comment.