Skip to content

Commit

Permalink
version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Mar 18, 2024
1 parent ca0ff65 commit 3e4ca0e
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.3.0"
__version__: typing.Final[str] = "3.3.1"


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

0 comments on commit 3e4ca0e

Please sign in to comment.