Bump version to 2.2.0

This commit is contained in:
2026-07-20 09:43:26 -04:00
parent 468f625df4
commit f365772bff
3 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ import subprocess
import threading
from subprocess import PIPE
__version__ = '2.1.0'
__version__ = '2.2.0'
LOG_LEVELS = 'VDIWEF'
LOG_LEVELS_MAP = dict([(LOG_LEVELS[i], i) for i in range(len(LOG_LEVELS))])