From 564a058a9ee87a19afd847db00f0a8b7355fd3d6 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Mon, 21 Nov 2016 15:19:52 -0800 Subject: [PATCH] call this 2.0b2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7457fe..39b7288 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ except: setuptools.setup( name='warcprox', - version='2.0b2.dev39', + version='2.0b2', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',