Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Apr 20, 2015
1 parent 8f5b828 commit ca820e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.2',
version='0.8.0',
author='S. Andrew Sheppard',
author_email='andrew@wq.io',
url='http://wq.io/',
Expand All @@ -78,7 +78,8 @@ def list_package_data(root):
namespace_packages=['wq'],
package_data={'wq.start': TEMPLATE_DATA},
install_requires=[
'wq.app>=0.7.3',
'wq.app>=0.7.4',
'wq.db>=0.8.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit ca820e3

Please sign in to comment.