Skip to content

Commit 702bd90

Browse files
committed
docs: add version badge to README
- Add client version badge (v0.1.1) to README.md badge section - Badge links to PyPI package page for easy access - Positioned after Python version badge for logical grouping
1 parent 9276d7f commit 702bd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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/)
67
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
78
[![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](https://github.com/Zipstack/apihub-python-client)
89
[![PyPI Downloads](https://img.shields.io/pypi/dm/apihub-python-client)](https://pypi.org/project/apihub-python-client/)

0 commit comments

Comments
 (0)