From 12651158286b1c0fdc08ea37749fe0f4d2802770 Mon Sep 17 00:00:00 2001 From: Chandrashekhar R <73425927+cr2007@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:01:01 +0400 Subject: [PATCH] Add PyPI version badge and Python version badge to `README` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3148b39..3d9bf86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Camb AI API Wrapper +[![PyPI version](https://badge.fury.io/py/cambai.svg)](https://badge.fury.io/py/cambai) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cambai) + This is a Python wrapper for the CambAI API. It is designed to make it easy to interact with the CambAI API from Python. > [!IMPORTANT]