diff --git a/python_utils/__about__.py b/python_utils/__about__.py index a78a4e1..84738de 100644 --- a/python_utils/__about__.py +++ b/python_utils/__about__.py @@ -7,4 +7,4 @@ ) __url__: str = 'https://github.com/WoLpH/python-utils' # Omit type info due to automatic versioning script -__version__ = '3.4.4' +__version__ = '3.4.5' diff --git a/python_utils/types.py b/python_utils/types.py index 23acf3d..fa5d202 100644 --- a/python_utils/types.py +++ b/python_utils/types.py @@ -132,4 +132,5 @@ 'TYPE_CHECKING', 'TypeAlias', 'TypeGuard', + 'TracebackType', ]