From 973af2c16e9a3336eb1e77f7cf819907f5d2fe14 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 14 Apr 2020 09:44:20 -0700 Subject: [PATCH] bump version after merge, update copyright --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cad2897..f5d260a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ''' setup.py - brozzler setup script -Copyright (C) 2014-2019 Internet Archive +Copyright (C) 2014-2020 Internet Archive Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.5.19', + version='1.5.20', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt',