From d030a9e6d1d89fc12dfde36d33b6fec2b4114e1e Mon Sep 17 00:00:00 2001 From: gmandonnan Date: Thu, 30 Nov 2023 12:10:45 +0000 Subject: [PATCH] v1.1.8 commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 343f8a2..a8a1354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pythereum" -version = "1.1.7" +version = "1.1.8" description = "A lightweight Ethereum JSON RPC library written in python" authors = ["gabedonnan <47415809+gabedonnan@users.noreply.github.com>"] readme = "README.md"