diff --git a/readme.rst b/readme.rst index ffacbbd..014d227 100644 --- a/readme.rst +++ b/readme.rst @@ -1,4 +1,4 @@ -.. image:: https://travis-ci.org/internetarchive/brozzler.svg?branch=1.2 +.. image:: https://travis-ci.org/internetarchive/brozzler.svg?branch=master :target: https://travis-ci.org/internetarchive/brozzler .. |logo| image:: https://raw.githubusercontent.com/internetarchive/brozzler/1.1b12/brozzler/dashboard/static/brozzler.svg diff --git a/setup.py b/setup.py index d4b355f..0bb5758 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.2', + version='1.3.dev293', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt',