Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 16, 2015
1 parent 692e97d commit 8e08469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is the recommended Django project template for projects utilizing the [wq f

```sh
pip3 install wq
wq-start <projectname> [directory]
wq start <projectname> [directory]
```

### Rationale
Expand Down
4 changes: 1 addition & 3 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.8.0',
version='0.8.1',
author='S. Andrew Sheppard',
author_email='[email protected]',
url='http://wq.io/',
Expand All @@ -78,8 +78,6 @@ def list_package_data(root):
namespace_packages=['wq'],
package_data={'wq.start': TEMPLATE_DATA},
install_requires=[
'wq.app>=0.7.4',
'wq.db>=0.8.0',
'wq.core',
],
classifiers=[
Expand Down

0 comments on commit 8e08469

Please sign in to comment.