BUMP 4.8.0.dev0

This commit is contained in:
Steven Silvester 2024-04-24 13:01:36 -05:00
parent 366492530a
commit 4cd8191856
No known key found for this signature in database
GPG Key ID: B1BF5EC3A8B32F91

View File

@ -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: