Bump version to 4.13.0 for release (#2342)
This commit is contained in:
parent
397c280217
commit
84411b9119
@ -18,7 +18,7 @@ from __future__ import annotations
|
||||
import re
|
||||
from typing import List, Tuple, Union
|
||||
|
||||
__version__ = "4.13.0.dev1"
|
||||
__version__ = "4.13.0"
|
||||
|
||||
|
||||
def get_version_tuple(version: str) -> Tuple[Union[int, str], ...]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user