just some bs to hopefully show up in changelog

This commit is contained in:
2025-05-29 11:46:43 +02:00
parent 9c130ac1d0
commit 09c240089f

View File

@@ -6,7 +6,7 @@ def main():
def get_version():
with open(".version") as f:
return f.read().strip()
print("Version file not found. Returning default version '0.0.0'.")
if __name__ == "__main__":
main()