From 287142def512c9e474a5110d0f43fff680ff5862 Mon Sep 17 00:00:00 2001 From: Richard Meissner Date: Sun, 16 Sep 2018 23:43:18 +0200 Subject: [PATCH] Update pypi badge link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33a9c0f..e4f8c71 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Python Ethereum Signing Utils [![Build Status](https://travis-ci.org/rmeissner/py-eth-sig-utils.svg?branch=master)](https://travis-ci.org/rmeissner/py-eth-sig-utils) -[![PyPI version](https://badge.fury.io/py/py-eth-sig-utils.svg)](https://badge.fury.io/py/py-eth-sig-utils) +[![PyPI version](https://badge.fury.io/py/py-eth-sig-utils.svg)](https://pypi.org/project/py-eth-sig-utils/) ### Type Data Hashes @@ -21,4 +21,4 @@ Manual deployment can be peformed with: ```bash python setup.py sdist bdist_wheel twine upload dist/* -``` \ No newline at end of file +```