Skip to content

Commit 3e936fd

Browse files
MaxGhenisclaude
andcommitted
Format bump_version.py with black
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 54ac16d commit 3e936fd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/bump_version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
def get_current_version(pyproject_path: Path) -> str:
99
text = pyproject_path.read_text()
10-
match = re.search(
11-
r'^version\s*=\s*"(\d+\.\d+\.\d+)"', text, re.MULTILINE
12-
)
10+
match = re.search(r'^version\s*=\s*"(\d+\.\d+\.\d+)"', text, re.MULTILINE)
1311
if not match:
1412
print(
1513
"Could not find version in pyproject.toml",

0 commit comments

Comments
 (0)