From 22728335d4d1cbaa34484759cbc516280aa18595 Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Fri, 5 Apr 2024 18:23:04 +0200 Subject: [PATCH] Preparing a release --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c2a06a..7b1102a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Current +# 0.25.4 - Make it possible to deploy in-house contracts without installing Enzyme toolchain: node.js, hardhat and node-gyp were un-co-operative. Instead, now we just flatten out Enzyme sol diff --git a/pyproject.toml b/pyproject.toml index 542647dd..714be46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web3-ethereum-defi" -version = "0.25.3" +version = "0.25.4" description = "Python library for Uniswap, Aave, ChainLink, Enzyme and other protocols on BNB Chain, Polygon, Ethereum and other blockchains" authors = ["Mikko Ohtamaa "] license = "MIT"