From df4bd148d51f1de7cf8a00765c56f8d65eb3b118 Mon Sep 17 00:00:00 2001 From: Barbara Miller <3253863+galgeek@users.noreply.github.com> Date: Thu, 23 Jan 2025 16:26:16 -0800 Subject: [PATCH] bump version and update copyright --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ca061e1..72452c6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ """ setup.py - brozzler setup script -Copyright (C) 2014-2024 Internet Archive +Copyright (C) 2014-2025 Internet Archive Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ def find_package_data(package): setuptools.setup( name="brozzler", - version="1.6.5", + version="1.6.6", description="Distributed web crawling with browsers", url="https://github.com/internetarchive/brozzler", author="Noah Levitt",