diff --git a/assets/wechat.jpg b/assets/wechat.jpg index 3dde06d24..0620ea282 100644 Binary files a/assets/wechat.jpg and b/assets/wechat.jpg differ diff --git a/dbgpt/_version.py b/dbgpt/_version.py index 4e1777d95..f4c4f3f5e 100644 --- a/dbgpt/_version.py +++ b/dbgpt/_version.py @@ -1 +1 @@ -version = "0.5.2" +version = "0.5.3" diff --git a/setup.py b/setup.py index 23990a107..68c445ab8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,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.2") +DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.3") BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true" LLAMA_CPP_GPU_ACCELERATION = (