From 27befab2dc229c55dd62a9357e33447d47d36184 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Sat, 27 Jul 2024 22:36:43 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=200.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba5656e..a1430b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-cdn-host" -version = "0.7.0" +version = "0.7.1" description = "Auto choose the fastest cdn host for fastapi project docs." homepage = "https://github.com/waketzheng/fastapi-cdn-host" repository = "https://github.com/waketzheng/fastapi-cdn-host.git"