From 882c37b4f53c53f62dcafc330130d3f8f389fddf Mon Sep 17 00:00:00 2001 From: Bikatr7 Date: Mon, 1 Jul 2024 17:07:27 -0600 Subject: [PATCH] 3.4.9 release --- README.md | 2 +- modules/common/toolkit.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 323e4f8..4b45cb2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ gradio==4.20.0 kairyou==1.6.5 -easytl==0.4.3 +easytl==0.4.4 or see requirements.txt diff --git a/modules/common/toolkit.py b/modules/common/toolkit.py index 0a7d8ee..e98db41 100644 --- a/modules/common/toolkit.py +++ b/modules/common/toolkit.py @@ -15,7 +15,7 @@ class Toolkit(): """ - CURRENT_VERSION = "v3.4.9-beta" + CURRENT_VERSION = "v3.4.9" ##-------------------start-of-clear_console()--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index 656834b..080cfec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ backoff==2.2.1 gradio==4.20.0 kairyou==1.6.5 -easytl==0.4.3 +easytl==0.4.4