From 34beb92e6b810ccccfdc979737f9041e2a4cb0e5 Mon Sep 17 00:00:00 2001 From: scottwey Date: Fri, 15 Sep 2023 02:04:14 -0700 Subject: [PATCH] 0.4.2 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 7c2503c..6d76adc 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starpoint" -version = "0.4.1" +version = "0.4.2" authors = [{ name = "pointable", email = "package-maintainers@pointable.ai" }] description = "SDK for Starpoint DB" readme = "README.md"