From ae11daedc1a25ffc68e3bc7e11f9e07a63a598da Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 18 Aug 2020 09:29:57 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc7c01e..190ac54 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.26', + version='2.4.27', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',