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