diff --git a/setup.py b/setup.py index e54ae62..82fa2aa 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def list_package_data(root): setup( name='wq.start', - version='0.7.1', + version='0.7.2', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='http://wq.io/', @@ -78,7 +78,7 @@ def list_package_data(root): namespace_packages=['wq'], package_data={'wq.start': TEMPLATE_DATA}, install_requires=[ - 'wq.app>=0.7.2', + 'wq.app>=0.7.3', ], classifiers=[ 'Development Status :: 5 - Production/Stable',