From daa925db17394f7991cf383c68325f7a93bd7e90 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 26 Apr 2022 09:55:48 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc67e82..52af206 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.28', + version='2.4.29', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',