Skip to content

Commit 93c9968

Browse files
committed
1.0.0 release
1 parent 8226ccc commit 93c9968

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Build Status](https://travis-ci.org/grazor/sanic-graphql.svg?branch=master)](https://travis-ci.org/grazor/sanic-graphql)
22
[![Coverage Status](https://coveralls.io/repos/github/grazor/sanic-graphql/badge.svg?branch=master)](https://coveralls.io/github/grazor/sanic-graphql?branch=master)
3+
[![PyPI version](https://badge.fury.io/py/Sanic-GraphQL.svg)](https://badge.fury.io/py/Sanic-GraphQL)
34

45
Sanic-GraphQL
56
=============

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|travis| |coveralls|
1+
|travis| |coveralls| |pypi|
22

33
Sanic-GraphQL
44
=============
@@ -92,3 +92,5 @@ This project is licensed under MIT License.
9292
.. |coveralls| image:: https://coveralls.io/repos/github/grazor/sanic-graphql/badge.svg?branch=master
9393
:target: https://coveralls.io/github/grazor/sanic-graphql?branch=master
9494

95+
.. |pypi| image:: https://badge.fury.io/py/Sanic-GraphQL.svg
96+
:target: https://badge.fury.io/py/Sanic-GraphQL

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='Sanic-GraphQL',
7-
version='0.0.9',
7+
version='1.0.0',
88
description='Adds GraphQL support to your Sanic application',
99
long_description=open('README.rst').read(),
1010
url='https://github.com/grazor/sanic-graphql',
@@ -13,7 +13,7 @@
1313
author_email='porivaevs@gmail.com',
1414
license='MIT',
1515
classifiers=[
16-
'Development Status :: 4 - Beta',
16+
'Development Status :: 5 - Production/Stable',
1717
'Intended Audience :: Developers',
1818
'Topic :: Software Development :: Libraries',
1919
'Programming Language :: Python :: 3.5',
@@ -25,6 +25,5 @@
2525
install_requires=required_packages,
2626
tests_require=['pytest>=2.7.3', 'aiohttp>=1.3.0', 'yarl>=0.9.6', 'jinja2>=2.9.0'],
2727
include_package_data=True,
28-
zip_safe=False,
2928
platforms='any',
3029
)

0 commit comments

Comments
 (0)