From 455670ec6949dd17bdd4fdc689e6d4af7c41ef6e Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Wed, 4 Mar 2015 11:04:20 -0600 Subject: [PATCH] v0.7.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',