From fb40514183e794c6ee165e77067e2d075382158b Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Mon, 28 Sep 2015 14:32:11 -0700 Subject: [PATCH] Adding pypi badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 455307c..a3ccb27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # tableprint :clipboard: pretty ASCII printing of tabular data in python :snake: +[![PyPi version](https://img.shields.io/pypi/v/nine.svg)](https://pypi.python.org/pypi/tableprint) + ![Example output](https://raw.githubusercontent.com/nirum/tableprint/master/example.png) ## About