Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 24, 2014
1 parent d0f9815 commit 8854255
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions setup.py
Expand Up @@ -19,27 +19,31 @@ def long_description():

setup(
name='wq',
version='0.6.2',
version='0.7.0',
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.6.2',
'wq.db==0.6.2',
'wq.io==0.6.2',
'wq.app>=0.7.0,<0.8',
'wq.db>=0.7.0,<0.8',
'wq.io>=0.7.0,<0.8',
'wq.start>=0.7.0,<0.8',
],
packages=['wq'],
namespace_packages=['wq'],
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: JavaScript',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Framework :: Django',
'Topic :: Software Development :: Libraries :: Application Frameworks',
'Topic :: Text Processing :: Markup :: HTML',
Expand Down

0 comments on commit 8854255

Please sign in to comment.