From b3d31bb1a3872d39d1c968eb8168613b89ba08af Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 19 Oct 2023 16:09:56 -0700 Subject: [PATCH] bump qa aka alpha version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb98225..e93ca94 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.5.39', + version='1.5.40a0', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt',