From a3e76ce7d058d6c5ee7051689cd54b31a029743e Mon Sep 17 00:00:00 2001 From: Zapple Cat Date: Wed, 12 Jul 2023 00:56:10 -0500 Subject: [PATCH] Minor version instead of patch --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 12b0d13..1bf23d1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "starpoint" -version = "0.0.2" +version = "0.1.0" authors = [{ name = "pointable", email = "package-maintainers@pointable.ai" }] description = "SDK for Starpoint DB" readme = "README.md"