Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brevans committed Jul 24, 2019
1 parent 9e503cb commit 261cc02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 sys
import re

__version__ = 0.93
__version__ = 0.95

def safe_fill(text, wrap_width):
if sys.__stdin__.isatty():
Expand Down
2 changes: 1 addition & 1 deletion dSQAutopsy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from textwrap import fill
from subprocess import check_output

__version__ = 0.93
__version__ = 0.95

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

0 comments on commit 261cc02

Please sign in to comment.