We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94654f commit 586f8d6Copy full SHA for 586f8d6
safe_relay_service/version.py
@@ -1,2 +1,2 @@
1
-__version__ = '3.5.9'
+__version__ = '3.5.10'
2
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
0 commit comments