commit bc3f4ff8fbc051ec379643b94b3c29e6ce185aa0
parent b87aa875f07124ef69843e45381c236a1e5c9b5d
Author: lash <dev@holbrook.no>
Date: Tue, 10 May 2022 10:10:40 +0000
Bump version, upgrade chainlib to 0.2.0
Diffstat:
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git 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
@@ -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
@@ -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