Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Mar 4, 2015
1 parent 354f6c5 commit 455670e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='http://wq.io/',
Expand All @@ -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',
Expand Down

0 comments on commit 455670e

Please sign in to comment.