Skip to content

Commit 0d55d87

Browse files
authored
Add anaconda cloud version badge (#56)
1 parent 291bd90 commit 0d55d87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ GQL architecture is inspired by `React-Relay` and `Apollo-Client`.
77

88
[![travis][travis-image]][travis-url]
99
[![pypi][pypi-image]][pypi-url]
10+
[![Anaconda-Server Badge][conda-image]][conda-url]
1011
[![coveralls][coveralls-image]][coveralls-url]
1112

1213
[travis-image]: https://img.shields.io/travis/graphql-python/gql.svg?style=flat
@@ -15,6 +16,8 @@ GQL architecture is inspired by `React-Relay` and `Apollo-Client`.
1516
[pypi-url]: https://pypi.python.org/pypi/gql
1617
[coveralls-image]: https://coveralls.io/repos/graphql-python/gql/badge.svg?branch=master&service=github
1718
[coveralls-url]: https://coveralls.io/github/graphql-python/gql?branch=master
19+
[conda-image]: https://anaconda.org/conda-forge/gql/badges/version.svg
20+
[conda-url]: https://anaconda.org/conda-forge/gql
1821

1922
## Installation
2023

0 commit comments

Comments
 (0)