From 1b36076b12f1251e5f88e96a079c23614f72a9cd Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 7 Feb 2018 15:43:01 -0800 Subject: [PATCH] 2.4b1 for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36ee6bd..2a184c4 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ except: setuptools.setup( name='warcprox', - version='2.4b1.dev145', + version='2.4b1', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',