diff --git a/assets/wechat.jpg b/assets/wechat.jpg index 5db3ec5ad..cc42d8e78 100644 Binary files a/assets/wechat.jpg and b/assets/wechat.jpg differ diff --git a/dbgpt/_version.py b/dbgpt/_version.py index f4c4f3f5e..35e85607c 100644 --- a/dbgpt/_version.py +++ b/dbgpt/_version.py @@ -1 +1 @@ -version = "0.5.3" +version = "0.5.4" diff --git a/setup.py b/setup.py index a5d738658..316a6a75d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ IS_DEV_MODE = os.getenv("IS_DEV_MODE", "true").lower() == "true" # If you modify the version, please modify the version in the following files: # dbgpt/_version.py -DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.3") +DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.4") BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true" LLAMA_CPP_GPU_ACCELERATION = (