From 6c07ec9dfccdfc9b62afa73b0c58ab1e8a9083b9 Mon Sep 17 00:00:00 2001 From: jstzwj <1103870790@qq.com> Date: Thu, 5 Sep 2024 14:14:52 +0800 Subject: [PATCH] release version 0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c8d0ca..d7aab81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "olah" -version = "0.2.2" +version = "0.3.0" description = "Self-hosted lightweight huggingface mirror." readme = "README.md" requires-python = ">=3.8"