diff --git a/s_tui/helper_functions.py b/s_tui/helper_functions.py index d7c19af..fca51f8 100644 --- a/s_tui/helper_functions.py +++ b/s_tui/helper_functions.py @@ -30,7 +30,7 @@ from collections import OrderedDict -__version__ = "1.1.5" +__version__ = "1.1.6" _DEFAULT = object() PY3 = sys.version_info[0] == 3