From 0e46dd466c39a0880f3cb71d9e4c8490b3975cec Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Fri, 15 Dec 2017 16:43:08 -0800 Subject: [PATCH] 2.3 for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d7b2d74..845d5ab 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ except: setuptools.setup( name='warcprox', - version='2.2.1b3.dev124', + version='2.3', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',