From f98733fa3db9f7fec0035eed45966e2aadd4d486 Mon Sep 17 00:00:00 2001 From: Remy Roy <303593+remyroy@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:47:38 -0400 Subject: [PATCH] Set version to 0.9.10 --- ethwizard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethwizard/__init__.py b/ethwizard/__init__.py index 75dc1b4..e52943d 100644 --- a/ethwizard/__init__.py +++ b/ethwizard/__init__.py @@ -1 +1 @@ -__version__ = '0.9.9' \ No newline at end of file +__version__ = '0.9.10' \ No newline at end of file