From 88a7f79a7edcc86e44f354e4907b3d7456a6366b Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 13 Sep 2019 10:58:16 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c0415e..bf35b6a 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.18', + version='2.4.19', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',