From 09c240089fa4aa1c3019846c88d4c135a1fcd0c5 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 11:46:43 +0200 Subject: [PATCH] just some bs to hopefully show up in changelog --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 07e1cb1..e324f90 100644 --- a/hello.py +++ b/hello.py @@ -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()