Skip to content

Commit

Permalink
version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Mar 22, 2024
1 parent 113680d commit 1af7295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import typing


__version__: typing.Final[str] = "3.4.0"
__version__: typing.Final[str] = "3.4.1"


def replace_surrogates(string: str) -> str:
Expand Down

0 comments on commit 1af7295

Please sign in to comment.