From bf461350fb1f8300d1103600d4ab4fdddda29898 Mon Sep 17 00:00:00 2001 From: Nivedit Jain Date: Wed, 13 Apr 2022 01:07:18 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4872b90..d0ca3a9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readall(path): setup( name="bunnycdnpython", - version="0.0.7", + version="0.0.8", author="mathrithms", author_email="hello@mathrithms.com", description="A python SDK for BunnyCDN",