From a8cd53bfe4d0e072d9fef61932600becbbd529a5 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 8 Jan 2020 13:24:00 -0800 Subject: [PATCH] bump version, trough dep version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9881520..ae29848 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ deps = [ 'idna>=2.5', 'PyYAML>=5.1', 'cachetools', - 'trough>=0.1.2', + 'trough>=0.1.4', ] try: import concurrent.futures @@ -44,7 +44,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.24', + version='2.4.25', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',