Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed May 20, 2020
1 parent f4ca8ca commit f65cc62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dSQ.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import re
import sys

__version__ = 1.04
__version__ = 1.05


def safe_fill(text, wrap_width):
Expand Down
2 changes: 1 addition & 1 deletion dSQAutopsy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import sys

__version__ = 1.04
__version__ = 1.05
array_state_header = ["JobID", "State"]
sacct_cmd = ["sacct", "-o" + ",".join(array_state_header), "-nXPj"]
possible_states = [
Expand Down
2 changes: 1 addition & 1 deletion dSQBatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
import time

__version__ = 1.04
__version__ = 1.05


def forward_signal_to_child(pid, signum, frame):
Expand Down

0 comments on commit f65cc62

Please sign in to comment.