From 6237ed3f34843c2484a574d8c097f9307a050cff Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 16 Jun 2016 14:18:24 -0500 Subject: [PATCH] update url --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e9b00c9..fe596a7 100644 --- a/setup.py +++ b/setup.py @@ -21,9 +21,9 @@ import glob setuptools.setup( name='brozzler', - version='1.1.dev14', + version='1.1b2', description='Distributed web crawling with browsers', - url='https://github.com/nlevitt/brozzler', + url='https://github.com/internetarchive/brozzler', author='Noah Levitt', author_email='nlevitt@archive.org', long_description=open('README.rst', encoding='UTF-8').read(),