BUMP 4.12.0.dev0

This commit is contained in:
Steven Silvester 2025-01-29 09:33:36 -06:00
parent 9603e92894
commit c2e7fae7d9
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91

View File

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