From d4f493a123af818ebe96046b711f60c12d91d59e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sun, 23 Jun 2019 21:57:39 -0400 Subject: [PATCH] bump torba --- .travis.yml | 2 +- scripts/wine_build.sh | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9cf762680..84a731d2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: "3.7" env: global: # must also be updated in wine_build.sh - - TORBA=v0.5.4a0 + - TORBA=v0.5.4a2 jobs: include: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index b1b800d6d..b893edcad 100755 --- a/scripts/wine_build.sh +++ b/scripts/wine_build.sh @@ -1,6 +1,6 @@ set -x # must also be updated in travis.yml -TORBA_VERSION=v0.5.4a0 +TORBA_VERSION=v0.5.4a2 rm -rf /tmp/.wine-* apt-get -qq update diff --git a/setup.py b/setup.py index 7eff0d944..cf1599749 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.extras.cli:main' }, install_requires=[ - 'torba==0.5.4a0', + 'torba==0.5.4a2', 'aiohttp==3.5.4', 'aioupnp==0.0.13', 'appdirs==1.4.3',