diff --git a/.travis.yml b/.travis.yml index 84a731d2e..88fe4a580 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.4a2 + - TORBA=v0.5.4a3 jobs: include: diff --git a/scripts/wine_build.sh b/scripts/wine_build.sh index b893edcad..5179abf1c 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.4a2 +TORBA_VERSION=v0.5.4a3 rm -rf /tmp/.wine-* apt-get -qq update diff --git a/setup.py b/setup.py index cf1599749..7175fdda0 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.extras.cli:main' }, install_requires=[ - 'torba==0.5.4a2', + 'torba==0.5.4a3', 'aiohttp==3.5.4', 'aioupnp==0.0.13', 'appdirs==1.4.3',