From 995d0b26c8dfdd9af432207b333e918ee7cbaa3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 15:13:10 +0000 Subject: [PATCH] Revise version --- requirements.txt | 2 +- ui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,"