From 2088796c59574b256dc8e18f8c9351bc3688ca71 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 14 Mar 2019 11:52:18 -0700 Subject: [PATCH] Update pypi badge to show latest version correctly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6466863..bba00e2a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ py_ecc ========================== Elliptic curve crypto in python including secp256k1 and alt_bn128 -[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/ethereum/py_ecc) [![Build Status](https://circleci.com/gh/ethereum/py_ecc.svg?style=shield)](https://circleci.com/gh/ethereum/py_ecc) [![PyPI version](https://badge.fury.io/py/py_ecc.svg)](https://badge.fury.io/py/py_ecc) +[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/ethereum/py_ecc) [![Build Status](https://circleci.com/gh/ethereum/py_ecc.svg?style=shield)](https://circleci.com/gh/ethereum/py_ecc) [![PyPI version](https://badge.fury.io/py/py-ecc.svg)](https://badge.fury.io/py/py-ecc) ## Quickstart