Skip to content

Commit

Permalink
Merge pull request #22 from davidroeca/update_version
Browse files Browse the repository at this point in the history
Bump to 1.1.0
  • Loading branch information
lmcgartland committed Nov 8, 2018
2 parents 65bf3cd + 12c15d6 commit de22bad
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 de22bad

Please sign in to comment.