Skip to content

Commit 261cc02

Browse files
committed
version bump
1 parent 9e503cb commit 261cc02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dSQ.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import sys
1111
import re
1212

13-
__version__ = 0.93
13+
__version__ = 0.95
1414

1515
def safe_fill(text, wrap_width):
1616
if sys.__stdin__.isatty():

dSQAutopsy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from textwrap import fill
66
from subprocess import check_output
77

8-
__version__ = 0.93
8+
__version__ = 0.95
99

1010
# get terminal columns for wrapping
1111
term_rows, term_columns = [int(x) for x in check_output(["stty", "size"]).split()]

0 commit comments

Comments
 (0)