Prepare version 2.0.0.

This commit is contained in:
Jake Wharton
2015-05-25 17:52:07 -07:00
parent a2604bb793
commit 961ded1b1d
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ import re
import subprocess
from subprocess import PIPE
__version__ = '1.4.1'
__version__ = '2.0.0'
LOG_LEVELS = 'VDIWEF'
LOG_LEVELS_MAP = dict([(LOG_LEVELS[i], i) for i in range(len(LOG_LEVELS))])