From 91fcc054c4eb106ec876521271120059d57f8508 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Tue, 7 Jan 2020 14:42:40 -0800 Subject: [PATCH] bump version after merge --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 27f5720..3add2e8 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ''' setup.py - setuptools installation configuration for warcprox -Copyright (C) 2013-2019 Internet Archive +Copyright (C) 2013-2020 Internet Archive This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -44,7 +44,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.22', + version='2.4.23', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',