Skip to content

Commit

Permalink
Bump release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Aug 11, 2017
1 parent 401245d commit 342767c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake8_graphql.py
Expand Up @@ -12,7 +12,7 @@ class GraphQLChecker(object):
flake8 plugin that lints your graphql strings
"""
name = 'flake8-graphql'
version = '0.2.4'
version = '0.2.5'

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

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

0 comments on commit 342767c

Please sign in to comment.