From c50ba16a613f13be2bfaae015ac5e85718bbb8b4 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 16 Jul 2023 02:31:07 +0200 Subject: [PATCH] upgrade --- lollms/helpers.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lollms/helpers.py b/lollms/helpers.py index d513fcd..3b046f9 100644 --- a/lollms/helpers.py +++ b/lollms/helpers.py @@ -55,7 +55,7 @@ class ASCIIColors: @staticmethod def info(text, end="\n", flush=False): - print(f"{ASCIIColors.color_blue}{text}{ASCIIColors.color_reset}", end=end, flush=flush) + print(f"{ASCIIColors.color_bright_blue}{text}{ASCIIColors.color_reset}", end=end, flush=flush) @staticmethod def red(text, end="\n", flush=False): diff --git a/setup.py b/setup.py index bffd247..d406fd2 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_all_files(path): setuptools.setup( name="lollms", - version="2.1.38", + version="2.1.39", author="Saifeddine ALOUI", author_email="aloui.saifeddine@gmail.com", description="A python library for AI personality definition",