From 0f27c9995ad0251a22f238bd7a01653e0ef3b7b9 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 29 Oct 2020 17:12:14 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d65e7fc..c2eb300 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.5.23', + version='1.5.24', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt',