give master a version number considered later than the one up on pypi (1.1b3.dev45 > 1.1b2)

This commit is contained in:
Noah Levitt 2016-07-05 10:44:48 -05:00
parent 0b9ce94226
commit f825e76371

View File

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1.dev45',
version='1.1b3.dev45',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',