From d16972877fea2ecb5c2fd73fff5b35a71d35ed3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= Date: Fri, 2 Jun 2023 14:03:33 -0400 Subject: [PATCH] Set version to 0.9.8 --- ethwizard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethwizard/__init__.py b/ethwizard/__init__.py index 81c902b..9e7e27c 100644 --- a/ethwizard/__init__.py +++ b/ethwizard/__init__.py @@ -1 +1 @@ -__version__ = '0.9.7' \ No newline at end of file +__version__ = '0.9.8' \ No newline at end of file