Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elesiuta committed Jan 30, 2023
1 parent 6cb609c commit 1bd3552
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 @@ -26,7 +26,7 @@
import typing


__version__: typing.Final[str] = "2.0.0"
__version__: typing.Final[str] = "2.1.0"


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

0 comments on commit 1bd3552

Please sign in to comment.