Skip to content

Commit

Permalink
Bump version and include wheel in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Aug 4, 2017
1 parent fbeb6a5 commit 82bac12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest-flake8dir
pytest
ipdb
wheel
2 changes: 1 addition & 1 deletion flake8_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class GraphQLChecker(object):
flake8 plugin that lints your graphql strings
"""
name = 'flake8-graphql'
version = '0.1.0'
version = '0.1.1'

def __init__(self, tree, *args, **kwargs):
self.tree = tree
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='flake8-graphql',
version='0.1.0',
version='0.1.1',
description='A flake8 plugin to lint your graphql queries',
long_description=description,
author="Michael Aquilina",
Expand Down

0 comments on commit 82bac12

Please sign in to comment.