Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroeca committed Nov 8, 2018
1 parent 569853c commit 12c15d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
setup(
name='graphene_file_upload',
packages=['graphene_file_upload'], # this must be the same as the name above
version='1.0.0',
version='1.1.0',
description='Lib for adding file upload functionality to GraphQL mutations in Graphene Django and Flask-Graphql',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 12c15d6

Please sign in to comment.