diff --git a/.github/workflows/version_bumper.py b/.github/workflows/version_bumper.py index 9019bda4..9906b252 100644 --- a/.github/workflows/version_bumper.py +++ b/.github/workflows/version_bumper.py @@ -20,8 +20,7 @@ print("New version: " + new_version) with open(version_file_path, "w") as f: - f.write( - f""" + f.write(f""" \"\"\"Version module.\"\"\" # WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS! diff --git a/src/flowcept/version.py b/src/flowcept/version.py index 5b41d082..04b27ad2 100644 --- a/src/flowcept/version.py +++ b/src/flowcept/version.py @@ -1,4 +1,3 @@ - """Version module.""" # WARNING: CHANGE THIS FILE MANUALLY ONLY TO RESOLVE CONFLICTS!