Bump version to 4.18.0.dev0 (#2768)

This commit is contained in:
Jeffrey 'Alex' Clark 2026-04-20 16:51:01 -04:00 committed by GitHub
parent 3491c08ef6
commit 5406febcd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ from __future__ import annotations
import re
from typing import List, Tuple, Union
__version__ = "4.17.0.dev0"
__version__ = "4.18.0.dev0"
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]: