From bc3f4ff8fbc051ec379643b94b3c29e6ce185aa0 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 10 May 2022 10:10:40 +0000 Subject: [PATCH] Bump version, upgrade chainlib to 0.2.0 --- CHANGELOG | 2 ++ requirements.txt | 6 +++--- setup.cfg | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7175a2d..056ec32 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.4.8 + * Upgrade chainlib to 0.2.0 - 0.4.5 * Upgrade chainsyncer - 0.4.4 diff --git a/requirements.txt b/requirements.txt index 4cc0265..2d909ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -chainlib-eth~=0.1.3 -chainlib~=0.1.3 +chainlib-eth~=0.2.0 +chainlib~=0.2.0 chainsyncer~=0.4.9 leveldir~=0.3.0 -eth-cache~=0.1.2 +eth-cache~=0.1.3 diff --git a/setup.cfg b/setup.cfg index 90da5fe..31c6bae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.4.7 +version = 0.4.8 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no @@ -26,7 +26,7 @@ licence_files = [options] include_package_data = True -python_requires = >=3.7 +python_requires = >=3.9 packages = eth_monitor eth_monitor.importers