From 12a5ed77641278a0028d28dfd7d2f01208147c4e Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sun, 10 Apr 2022 08:38:36 +0100 Subject: [PATCH] Use shields.io instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344a141..c4c5a5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # hpke.py ![CI status](https://github.com/ctz/hpke-py/actions/workflows/ci.yaml/badge.svg) -![PyPI version](https://badge.fury.io/py/hpke.svg) +![PyPI version](https://shields.io/pypi/v/hpke) This is an implementation of [RFC9180](https://datatracker.ietf.org/doc/rfc9180/) in python3, using [cryptography.io](https://cryptography.io) for the underlying cryptography.