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.
77* Note: The code is a __ exact__ port of the original [ graphql-relay js implementation] ( https://github.com/graphql/graphql-relay-js )
88from Facebook*
99
10+ [ ![ PyPI version] ( https://badge.fury.io/py/graphql-relay.svg )] ( https://badge.fury.io/py/graphql-relay )
1011[ ![ Build Status] ( https://travis-ci.org/graphql-python/graphql-relay-py.svg?branch=master )] ( https://travis-ci.org/graphql-python/graphql-relay-py )
1112[ ![ 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 )
1213
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def run_tests(self):
2424
2525setup (
2626 name = 'graphql-relay' ,
27- version = '0.2.0 ' ,
27+ version = '0.3.3 ' ,
2828
2929 description = 'Relay implementation for Python' ,
3030 long_description = open ('README.rst' ).read (),
You can’t perform that action at this time.
0 commit comments