From 85b46ecff6213287150de218464124714949b227 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 12 Jul 2021 16:57:21 -0400 Subject: [PATCH] update plyvel to 1.3.0 https://github.com/lbryio/lbry-sdk/pull/3205#issuecomment-877564489 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2838b1f7f..56832e8eb 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(BASE, 'README.md'), encoding='utf-8') as fh: PLYVEL = [] if sys.platform.startswith('linux'): - PLYVEL.append('plyvel==1.0.5') + PLYVEL.append('plyvel==1.3.0') setup( name=__name__,