From 8ed517c1c023ca9e49da5c1b8668b96dfa90caca Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 6 Feb 2025 11:19:23 -0800 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72452c6..1f84a50 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def find_package_data(package): setuptools.setup( name="brozzler", - version="1.6.6", + version="1.6.7", description="Distributed web crawling with browsers", url="https://github.com/internetarchive/brozzler", author="Noah Levitt",