From 1053fcfc9e994ab5b8712ad59156973691785fe2 Mon Sep 17 00:00:00 2001 From: Zapple Date: Sun, 24 Sep 2023 17:34:31 -0500 Subject: [PATCH] Update version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 131204d..4379f34 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starpoint" -version = "0.4.3" +version = "0.4.4" authors = [{ name = "pointable", email = "package-maintainers@pointable.ai" }] description = "SDK for Starpoint DB" readme = "README.md"