From 12c15d6db8bd6790ccfc9f5186cb59260221be1f Mon Sep 17 00:00:00 2001 From: davidroeca Date: Thu, 8 Nov 2018 09:57:20 -0500 Subject: [PATCH] Bump to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 909ea82..e460ddf 100644 --- a/setup.py +++ b/setup.py @@ -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',