We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6bea95 commit f74e4e2Copy full SHA for f74e4e2
scripts/project_config.py
@@ -92,7 +92,7 @@ def get_project_version(self) -> str:
92
return line.split("=")[1].strip().strip("\"'")
93
except Exception:
94
pass
95
- return "0.4.0" # Default fallback
+ return "0.0.0" # Default fallback
96
97
def has_tool_config(self, tool: str) -> bool:
98
"""Check if tool configuration exists in pyproject.toml."""
0 commit comments