From 39341d74d939ebc346e7de5ba786c10d4f4e5d4b Mon Sep 17 00:00:00 2001 From: fern <126544928+fern-bot@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:56:01 -0400 Subject: [PATCH] Add PyPI badge to README Merge once published to PyPI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3601e24..c354258 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Fileforge Python Library +[![pypi](https://img.shields.io/pypi/v/fileforge.svg)](https://pypi.python.org/pypi/fileforge) [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](https://github.com/fern-api/fern) The Fileforge Python Library provides convenient access to the Fileforge API from applications written in Python.