Skip to content

Commit

Permalink
version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Mar 15, 2024
1 parent 39df50c commit b67f1f0
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 @@ -32,7 +32,7 @@
import typing


__version__: typing.Final[str] = "3.1.0"
__version__: typing.Final[str] = "3.2.0"


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

0 comments on commit b67f1f0

Please sign in to comment.