From ca5d4c696b1f20c14c7523ff8718f0138740286d Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Mon, 2 Dec 2024 00:00:40 -0800 Subject: [PATCH] Release v0.4.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81dcbe7c..222e2e0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "surrealdb" -version = "0.4.0" +version = "0.4.1" description = "The official SurrealDB library for Python." readme = "README.md" authors = ["SurrealDB"]