Skip to content

Commit

Permalink
chore:add v0.6.0 tag (eosphoros-ai#2000)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries-ckt authored and Hopshine committed Sep 10, 2024
1 parent 6529473 commit 6915741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbgpt/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.5.10"
version = "0.6.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.10")
DB_GPT_VERSION = os.getenv("DB_GPT_VERSION", "0.6.0")

BUILD_NO_CACHE = os.getenv("BUILD_NO_CACHE", "true").lower() == "true"
LLAMA_CPP_GPU_ACCELERATION = (
Expand Down

0 comments on commit 6915741

Please sign in to comment.