diff --git a/requirements.txt b/requirements.txt index 3053060..76fc709 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ tkcalendar pyperclip black tomli -text-console>=1 +text-console==1.0.5.post106 diff --git a/ui.py b/ui.py index 860570f..3c3594c 100644 --- a/ui.py +++ b/ui.py @@ -37,7 +37,7 @@ from text_console import TextConsole -VERSION = "5.3.3" +VERSION = "5.3.4" NO_CONF_ERROR = ( " Please select a printer model and a valid IP address,"