Skip to content

Commit cccb785

Browse files
committed
Bust GitHub Camo cache on the PyPI version badge
Appends ?v=5.1.0 to the shields.io badge URLs so GitHub's image proxy fetches a fresh copy. The proxy was serving a cached 5.0.1 PNG even though PyPI and shields.io have already updated to 5.1.0.
1 parent 89797db commit cccb785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# veryfi-python
22

3-
[![PyPI - version](https://img.shields.io/pypi/v/veryfi.svg)](https://pypi.python.org/pypi/veryfi/)
4-
[![PyPI](https://img.shields.io/pypi/pyversions/veryfi.svg)](https://pypi.python.org/pypi/veryfi)
3+
[![PyPI - version](https://img.shields.io/pypi/v/veryfi.svg?v=5.1.0)](https://pypi.python.org/pypi/veryfi/)
4+
[![PyPI](https://img.shields.io/pypi/pyversions/veryfi.svg?v=5.1.0)](https://pypi.python.org/pypi/veryfi)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66
[![Test](https://github.com/veryfi/veryfi-python/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/veryfi/veryfi-python/actions/workflows/test.yml)
77

0 commit comments

Comments
 (0)