From aadd9cd5210e65dd4cb221fffec6d40ed2ccb41e Mon Sep 17 00:00:00 2001 From: Barbara Miller <3253863+galgeek@users.noreply.github.com> Date: Thu, 22 May 2025 14:45:10 -0700 Subject: [PATCH] bump version: 1.6.13 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 045c639..e19b66a 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def find_package_data(package): setuptools.setup( name="brozzler", - version="1.6.12", + version="1.6.13", description="Distributed web crawling with browsers", url="https://github.com/internetarchive/brozzler", author="Noah Levitt",