mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-06-15 19:13:12 +03:00
Updated version to 1.1.0
This commit is contained in:
parent
8749f5a6d8
commit
cf27318e3c
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='graphene-django',
|
name='graphene-django',
|
||||||
version='1.0',
|
version='1.1.0',
|
||||||
|
|
||||||
description='Graphene Django integration',
|
description='Graphene Django integration',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user