diff --git a/cwtoolbox/__init__.py b/cwtoolbox/__init__.py index 6a7af8e..7aa7783 100644 --- a/cwtoolbox/__init__.py +++ b/cwtoolbox/__init__.py @@ -13,7 +13,7 @@ import numpy.typing import tqdm -type InputFunction = Callable[[int], bytes | List[int]] +InputFunction = Callable[[int], bytes | List[int]] def input_dict_to_array( diff --git a/pyproject.toml b/pyproject.toml index 094f338..d566e54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "cwtoolbox" -version = "0.10.5" +version = "0.10.6" description = "ChipWhisperer Toolbox" authors = [ { "name" = "Stefan Hackenberg", "email" = "mail@stefan-hackenberg.de" },