Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Feb 2, 2015
1 parent 8a7b62c commit 4b81f2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -19,17 +19,17 @@ def long_description():

setup(
name='wq',
version='0.7.0',
version='0.7.1',
author='S. Andrew Sheppard',
author_email='andrew@wq.io',
url='http://wq.io/',
license='MIT',
description=LONG_DESCRIPTION.strip(),
long_description=long_description(),
install_requires=[
'wq.app>=0.7.0,<0.8',
'wq.db>=0.7.0,<0.8',
'wq.io>=0.7.0,<0.8',
'wq.app>=0.7.1,<0.8',
'wq.db>=0.7.1,<0.8',
'wq.io>=0.7.1,<0.8',
'wq.start>=0.7.0,<0.8',
],
packages=['wq'],
Expand Down

0 comments on commit 4b81f2d

Please sign in to comment.