diff --git a/pyxargs.py b/pyxargs.py index 9fdf0bb..ce5caff 100644 --- a/pyxargs.py +++ b/pyxargs.py @@ -34,7 +34,7 @@ import typing -__version__: typing.Final[str] = "3.3.0" +__version__: typing.Final[str] = "3.3.1" def replace_surrogates(string: str) -> str: