Skip to content

Commit dfecbd0

Browse files
committed
fix: Add cache-busting to PyPI badge
1 parent c474270 commit dfecbd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DII Calculator
22

3-
[![PyPI version](https://img.shields.io/pypi/v/dii-calculator.svg)](https://pypi.org/project/dii-calculator/)
3+
[![PyPI version](https://img.shields.io/pypi/v/dii-calculator.svg?cacheSeconds=60)](https://pypi.org/project/dii-calculator/)
44
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

0 commit comments

Comments
 (0)