Skip to content

Commit

Permalink
Bump pidcat version to 2.1.1
Browse files Browse the repository at this point in the history
Version increases to 2.1.1 to cover fixes for Issues JakeWharton#147 and JakeWharton#178.
  • Loading branch information
ozziefallick committed Mar 8, 2022
1 parent 4d7af73 commit 1c6db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pidcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import subprocess
from subprocess import PIPE

__version__ = '2.1.0'
__version__ = '2.1.1'

LOG_LEVELS = 'VDIWEF'
LOG_LEVELS_MAP = dict([(LOG_LEVELS[i], i) for i in range(len(LOG_LEVELS))])
Expand Down

0 comments on commit 1c6db51

Please sign in to comment.