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