From 14600407899afe09bb3b8ad3666c2d837fb7b4f9 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 31 Oct 2018 16:23:00 -0700 Subject: [PATCH] bump version after merge --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e3dfee..cf17125 100755 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ except: setuptools.setup( name='warcprox', - version='2.4b3.dev188', + version='2.4b3.dev189', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',