BUMP 4.8.0.dev0
This commit is contained in:
parent
366492530a
commit
4cd8191856
@ -17,7 +17,7 @@ from __future__ import annotations
|
||||
|
||||
from typing import Tuple, Union
|
||||
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 7, 0)
|
||||
version_tuple: Tuple[Union[int, str], ...] = (4, 8, 0, '.dev0')
|
||||
|
||||
|
||||
def get_version_string() -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user