From 81a945e84055b8840a78d289db965690455cce0a Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 11 Jun 2019 10:58:52 -0700 Subject: [PATCH] bump version after a few small PRs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b6d756..f1d2347 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.14', + version='2.4.15', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',