From 7803eb2e5a987437a8ec5805c0c1a4ec1bf1b5ee Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 8 Aug 2018 13:57:41 -0400 Subject: [PATCH] bump txupnp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 720aa4026..37fceea26 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ 'lbryschema==0.0.16', 'lbryum==3.2.3', 'miniupnpc', - 'txupnp==0.0.1a9', + 'txupnp==0.0.1a10', 'pyyaml', 'requests', 'txJSON-RPC',