8000 Add pypi badge to readme · BioComputing/twilio-python@79931f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79931f9

Browse files
authored
Add pypi badge to readme
1 parent 8e76e63 commit 79931f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# twilio-python
22

33
[![Build Status](https://secure.travis-ci.org/twilio/twilio-python.png?branch=master)](http://travis-ci.org/twilio/twilio-python)
4+
[![PyPI](https://img.shields.io/pypi/v/twilio.svg)](https://pypi.python.org/pypi/twilio)
45

56
A module for using the Twilio REST API and generating valid
67
[TwiML](http://www.twilio.com/docs/api/twiml/ "TwiML -

00)

0