From 6401b3c27f6f0ee1868a69db1123316a5b29959a Mon Sep 17 00:00:00 2001 From: Benoit Putzeys <157973952+bputzeys@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:25:48 +0100 Subject: [PATCH] Update version in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ccfa5f81..6637dbbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "helical" -version = "0.0.1a9" +version = "0.0.1a10" authors = [ { name="Helical Team", email="support@helical-ai.com" }, ] @@ -60,4 +60,4 @@ allow-direct-references = true # Allows installing package from git Homepage = "https://github.com/helicalAI/helical" Issues = "https://github.com/helicalAI/helical/issues" Documentation = "https://helical.readthedocs.io/" -Repository = "https://github.com/helicalAI/helical" \ No newline at end of file +Repository = "https://github.com/helicalAI/helical"