From b434e33fdddbd691d272baf58564ae348859466c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 5 Aug 2014 19:04:07 -0700 Subject: [PATCH] bump version number for updated submission to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01d922e..2c6c291 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ class PyTest(TestCommand): setuptools.setup(name='warcprox', - version='1.1', + version='1.2', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',