From ab78334c44069f648124064ab73bde1a193993e5 Mon Sep 17 00:00:00 2001 From: CuriousDolphin Date: Tue, 17 Dec 2024 16:48:26 +0000 Subject: [PATCH] [bot]: update version to 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a925e2..0860f20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ include = ["focoos**"] [project] name = "focoos" -version = "0.3.2" +version = "0.4.0" description = "Focoos SDK" readme = "README.md" requires-python = ">=3.10"