From b2bb7e971d45d4e6f793bbdf5b4aba400e4e04eb Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Thu, 23 Nov 2023 14:58:03 +0100 Subject: [PATCH] Preparing for a release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b58650ee..c6b7e7c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.23" +version = "0.23.1" description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains" authors = ["Mikko Ohtamaa "] license = "MIT"