Skip to content

Commit

Permalink
version 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Jun 26, 2022
1 parent 6722883 commit 83d06d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serpent.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
import enum
from collections.abc import KeysView, ValuesView, ItemsView

__version__ = "1.41-dev"
__version__ = "1.41"
__all__ = ["dump", "dumps", "load", "loads", "register_class", "unregister_class", "tobytes"]


Expand Down

0 comments on commit 83d06d7

Please sign in to comment.