From c2d8a034838b8eb894f2b67fc9bb72e98eb03e70 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 21 Apr 2022 05:44:19 +0000 Subject: [PATCH] Loosen python version constraint --- CHANGELOG | 2 ++ setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a25f4c7..3cc77b0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.4.1 + * Correct too restrictive python version constraint - 0.4.0 * Add rocksdb backend - 0.3.3 diff --git a/setup.cfg b/setup.cfg index d41806d..65efed4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.4.0 +version = 0.4.1 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,<3.10 +python_requires = >=3.7 packages = eth_monitor eth_monitor.importers