Skip to content

Commit f74e4e2

Browse files
authored
Update project_config.py
Fallback Version 0.0.0
1 parent b6bea95 commit f74e4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/project_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def get_project_version(self) -> str:
9292
return line.split("=")[1].strip().strip("\"'")
9393
except Exception:
9494
pass
95-
return "0.4.0" # Default fallback
95+
return "0.0.0" # Default fallback
9696

9797
def has_tool_config(self, tool: str) -> bool:
9898
"""Check if tool configuration exists in pyproject.toml."""

0 commit comments

Comments
 (0)