make sure youtube-dl progress thing can't derail youtube-dl operation

This commit is contained in:
Noah Levitt 2017-06-26 16:10:40 -07:00
parent caee2787b0
commit 8ef7972ace
2 changed files with 11 additions and 6 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.1b12.dev261',
version='1.1b12.dev262',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',