We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23cd0a0 commit 27b710cCopy full SHA for 27b710c
safe_transaction_service/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.19.0"
+__version__ = "5.20.0"
2
__version_info__ = tuple(
3
int(num) if num.isdigit() else num
4
for num in __version__.replace("-", ".", 1).split(".")
0 commit comments