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 a854c95 commit 59c5f22Copy full SHA for 59c5f22
safe_transaction_service/version.py
@@ -1,2 +1,2 @@
1
-__version__ = '1.8.0'
+__version__ = '2.0.0'
2
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])
0 commit comments