We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eb200 commit d31491eCopy full SHA for d31491e
dbgpt/_version.py
@@ -1 +1 @@
1
-version = "0.5.4"
+version = "0.5.5"
setup.py
@@ -19,7 +19,7 @@
19
IS_DEV_MODE = os.getenv("IS_DEV_MODE", "true").lower() == "true"
20
# If you modify the version, please modify the version in the following files:
21
# dbgpt/_version.py
22
-DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.4")
+DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.5.5")
23
24
BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
25
LLAMA_CPP_GPU_ACCELERATION = (
0 commit comments