From bc0da12c484fef7c099eaa216d92b6ff8acc084a Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Wed, 20 Sep 2023 10:57:54 -0700 Subject: [PATCH] bump version for Py311 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 81b36c0..d725b1b 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ except: setuptools.setup( name='warcprox', - version='2.4.31', + version='2.4.32', description='WARC writing MITM HTTP/S proxy', url='https://github.com/internetarchive/warcprox', author='Noah Levitt',