update version + maintainers

This commit is contained in:
Gretchen Miller 2025-01-22 14:18:40 -08:00
parent 4d0dfc150f
commit 4a07c9d0af
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ maintainers = [
{ name="Adam Miller", email="adam@archive.org" },
{ name="Barbara Miller", email="barbara@archive.org" },
{ name="Alex Dempsey", email="avdempsey@archive.org" },
{ name="Gretchen Leigh Miller", email="gmiller@archive.org" },
]
description = "Distributed web crawling with browsers"
readme = "README.rst"

View File

@ -34,7 +34,7 @@ def find_package_data(package):
setuptools.setup(
name="brozzler",
version="1.6.5",
version="1.7.0",
description="Distributed web crawling with browsers",
url="https://github.com/internetarchive/brozzler",
author="Noah Levitt",