From 63b90c4351b0902caa9e5143addbfe458a6dd4ed Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:40:39 +0000 Subject: [PATCH] chore(readme): fix version rendering on pypi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47fa0b6..c6ee56a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Opencode Python API library -[![PyPI version]()](https://pypi.org/project/opencode-ai/) + +[![PyPI version](https://img.shields.io/pypi/v/opencode-ai.svg?label=pypi%20(stable))](https://pypi.org/project/opencode-ai/) The Opencode Python library provides convenient access to the Opencode REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields,