From 4f4e354a24e9bfc6d261928987ceb3bb2533d3a0 Mon Sep 17 00:00:00 2001 From: amanusk Date: Sun, 28 Jan 2024 05:24:31 +0200 Subject: [PATCH] Version bump after some typo fixes --- s_tui/helper_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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