Skip to content

Commit 6af1410

Browse files
committed
fix: reduce shields.io PyPI badge cache to 5 minutes
1 parent 6544f24 commit 6af1410

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
@@ -3,7 +3,7 @@
33
**The reference Python implementation of [OSSGuard](https://github.com/kirankotari/ossguard).**
44

55
[![CI](https://github.com/kirankotari/ossguard-python/actions/workflows/ci.yml/badge.svg)](https://github.com/kirankotari/ossguard-python/actions/workflows/ci.yml)
6-
[![PyPI](https://img.shields.io/pypi/v/ossguard)](https://pypi.org/project/ossguard/)
6+
[![PyPI](https://img.shields.io/pypi/v/ossguard?cacheSeconds=300)](https://pypi.org/project/ossguard/)
77
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
88
[![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://www.python.org/downloads/)
99

0 commit comments

Comments
 (0)