Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaakov Belch committed Aug 18, 2023
1 parent 13593d5 commit 6b376bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgpack_sorted/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


version = (1, 0, 5)
__version__ = "1.0.5beta2"
__version__ = "1.0.5"


if os.environ.get("MSGPACK_PUREPYTHON"):
Expand Down

0 comments on commit 6b376bc

Please sign in to comment.