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 +```