From 4d739d90591d90379afad60495bdf70d207aad72 Mon Sep 17 00:00:00 2001 From: parkervg Date: Sun, 1 Sep 2024 18:35:46 -0400 Subject: [PATCH] version = "0.0.23" --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db2c7648..66e391ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "httpx", "setuptools", # For python 3.12 ] -version = "0.0.22" +version = "0.0.23" [project.urls] Documentation = "https://parkervg.github.io/blendsql/"