From 0191e92f4abefe1d08194b8b713c1235a9a93131 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 5 Oct 2023 20:48:55 +0200 Subject: [PATCH] fixed version name --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2263416d..6e99015d 100644 --- a/app.py +++ b/app.py @@ -14,7 +14,7 @@ __github__ = "https://github.com/ParisNeo/lollms-webui" __copyright__ = "Copyright 2023, " __license__ = "Apache 2.0" -__version__ ="6.7RC1" +__version__ ="6.7Alpha1" main_repo = "https://github.com/ParisNeo/lollms-webui.git" import os