From 081568a87ff37343b96b8f962af199c36371b060 Mon Sep 17 00:00:00 2001 From: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:28:33 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5454ae6..4c9c8a47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "clp_ffi_py" -version = "0.0.10" +version = "0.0.11" license = { text = "Apache License 2.0" } authors = [ { name="zhihao lin", email="lin.zhihao@yscope.com" },