From 6ecddc6c6e3cd1ff056e81efa87a1f0b55c0c23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= Date: Mon, 17 Jul 2023 10:53:23 -0400 Subject: [PATCH] Set version to 0.9.9 --- ethwizard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethwizard/__init__.py b/ethwizard/__init__.py index 9e7e27c..75dc1b4 100644 --- a/ethwizard/__init__.py +++ b/ethwizard/__init__.py @@ -1 +1 @@ -__version__ = '0.9.8' \ No newline at end of file +__version__ = '0.9.9' \ No newline at end of file