Skip to content

Commit 00102f4

Browse files
committed
[Doc] Readme : Add shields to readme
2 parents dd67b16 + 9fd8e91 commit 00102f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Xee SDK Python
22

3+
[![Build Status](https://travis-ci.org/quentin7b/xee-sdk-python.svg?branch=master)](https://travis-ci.org/quentin7b/xee-sdk-python)
4+
[![License Apache](./LICENSE)](https://img.shields.io/badge/License-Apache%202.0-green.svg)
5+
[![Version](https://github.com/quentin7b/xee-sdk-python/releases/tag/3.0.2)](https://img.shields.io/badge/Version-3.0.2-blue.svg)
6+
37
A utility library for [Xee API](https://dev.xee.com) with Python 3.
48

59
> Almost all the requests are done for you and the responses are returned as a **tuple**s.
610
7-
## Version
8-
9-
Current version is [3.0.1](https://github.com/quentin7b/xee-sdk-python/releases/tag/3.0.1)
10-
1111
## Install
1212

1313
* Clone and `python setup.py install` :)

0 commit comments

Comments
 (0)