File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ of a GraphQL server.
7
7
* Note: The code is a __ exact__ port of the original [ graphql-relay js implementation] ( https://github.com/graphql/graphql-relay-js )
8
8
from Facebook*
9
9
10
+ [ ![ PyPI version] ( https://badge.fury.io/py/graphql-relay.svg )] ( https://badge.fury.io/py/graphql-relay )
10
11
[ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-relay-py.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-relay-py )
11
12
[ ![ Coverage Status] ( https://coveralls.io/repos/graphql-python/graphql-relay-py/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/graphql-python/graphql-relay-py?branch=master )
12
13
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run_tests(self):
24
24
25
25
setup (
26
26
name = 'graphql-relay' ,
27
- version = '0.2.0 ' ,
27
+ version = '0.3.3 ' ,
28
28
29
29
description = 'Relay implementation for Python' ,
30
30
long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments