Skip to content

Commit f281f99

Browse files
committed
improve: replace static version badge with dynamic PyPI version badge
- Replace hardcoded version badge with shields.io PyPI version badge - Badge now automatically pulls latest version from PyPI - No manual updates needed when releasing new versions - Maintains same functionality with better maintainability
1 parent 702bd90 commit f281f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A Python client for the Unstract ApiHub service that provides a clean, Pythonic interface for document processing APIs following the extract → status → retrieve pattern.
44

55
[![Python Version](https://img.shields.io/badge/python-3.12+-blue.svg)](https://python.org)
6-
[![Version](https://img.shields.io/badge/version-0.1.1-blue.svg)](https://pypi.org/project/apihub-python-client/)
6+
[![PyPI Version](https://img.shields.io/pypi/v/apihub-python-client)](https://pypi.org/project/apihub-python-client/)
77
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
88
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/Zipstack/apihub-python-client)
99
[![PyPI Downloads](https://img.shields.io/pypi/dm/apihub-python-client)](https://pypi.org/project/apihub-python-client/)

0 commit comments

Comments
 (0)