diff --git a/.travis.yml b/.travis.yml index 7a5f0089e..492afece9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: python python: "3.7" env: - - TORBA=v0.5.4a + - TORBA=v0.5.4a0 jobs: include: diff --git a/setup.py b/setup.py index bd152aeb5..5601ccd04 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( 'console_scripts': 'lbrynet=lbrynet.extras.cli:main' }, install_requires=[ - 'torba==0.5.4a', + 'torba==0.5.4a0', 'aiohttp==3.5.4', 'aioupnp', 'appdirs==1.4.3',