From ec3c32451ddfad2689d44e44078700836f993996 Mon Sep 17 00:00:00 2001 From: Yukino Ikegami Date: Sun, 10 Feb 2019 01:11:57 +0900 Subject: [PATCH] Add pyversion badge --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 16802ca..20be584 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ madoka =========== -|travis| |coveralls| |version| |license| +|travis| |coveralls| |pyversion| |version| |license| Madoka is an implementation of a Count-Min sketch data structure for summarizing data streams. @@ -336,10 +336,12 @@ License :target: https://travis-ci.org/ikegami-yukino/madoka-python :alt: travis-ci.org -.. |coveralls| image:: https://coveralls.io/repos/ikegami-yukino/madoka-python/badge.png +.. |coveralls| image:: https://coveralls.io/repos/ikegami-yukino/madoka-python/badge.svg :target: https://coveralls.io/r/ikegami-yukino/madoka-python :alt: coveralls.io +.. |pyversion| image:: https://img.shields.io/pypi/pyversions/madoka.svg + .. |version| image:: https://img.shields.io/pypi/v/madoka.svg :target: http://pypi.python.org/pypi/madoka/ :alt: latest version