From 489297bb2dfff032f11a99905cef454157656805 Mon Sep 17 00:00:00 2001 From: Zapple Date: Wed, 6 Sep 2023 17:16:05 -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 f6d2bd6..6a0d37f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starpoint" -version = "0.2.0" +version = "0.3.0" authors = [{ name = "pointable", email = "package-maintainers@pointable.ai" }] description = "SDK for Starpoint DB" readme = "README.md"