From c4e5dc63fc9ace56ce8340e9e85250a8d3d5ab49 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 5 Nov 2024 17:26:59 -0800 Subject: [PATCH] minor updates for v.1.6.2 (for pypi) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8335651d..9880da25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "brozzler_ia" +name = "brozzler" authors = [ { name="Noah Levitt", email="nlevitt@archive.org" }, ] diff --git a/setup.py b/setup.py index eea2d5d4..25419d57 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def find_package_data(package): setuptools.setup( name="brozzler", - version="1.6.1", + version="1.6.2", description="Distributed web crawling with browsers", url="https://github.com/internetarchive/brozzler", author="Noah Levitt",