refactor: Name local cognee version local instead of dev
This commit is contained in:
parent
0ee77b788a
commit
f810434aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def get_cognee_version() -> str:
|
|||
.strip("'\"\n ")
|
||||
)
|
||||
# Mark the version as a local Cognee library by appending “-dev”
|
||||
return f"{version}-dev"
|
||||
return f"{version}-local"
|
||||
try:
|
||||
return importlib.metadata.version("cognee")
|
||||
except importlib.metadata.PackageNotFoundError:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue