From 39e2f4aec637b565a35da154e805326d3aa2cad1 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Tue, 20 Jun 2023 00:54:56 +0200 Subject: [PATCH] Preparing a release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a77f2e3a..e7f0860e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Current + +- TODO + # 0.21.1 - Add `fetch_vault_balances()` state reading balance support for Enzyme vaults diff --git a/pyproject.toml b/pyproject.toml index 6a92d72f..c0553ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.21" +version = "0.21.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"