From 4b53c10132f5ecdc4521e9483deace607df38b79 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 19 Jan 2018 14:37:53 -0800 Subject: [PATCH] bump minor version after these big changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 242d5b6..a93da08 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ except: setuptools.setup( name='warcprox', - version='2.3.1b4.dev138', + version='2.4b1.dev139', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',