From 0957a74053b7415be9632cfb1f2170d160858bee Mon Sep 17 00:00:00 2001 From: Nikita Kirillov Date: Fri, 21 Jun 2024 13:30:17 +0500 Subject: [PATCH] Release 0.7.2 --- slitherin/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slitherin/consts.py b/slitherin/consts.py index b9b1754..e2208ee 100644 --- a/slitherin/consts.py +++ b/slitherin/consts.py @@ -1,3 +1,3 @@ ARBITRUM_KEY = "SLITHERIN_ARBITRUM" OBSOLETE_FLAG = "SLITHERIN_OBSOLETE" -SLITHERIN_VERSION = "0.7.1" +SLITHERIN_VERSION = "0.7.2"