From a3ff395352bdbad5a79b3d1da972a072ab0c9fbc Mon Sep 17 00:00:00 2001 From: Srijan Patel Date: Thu, 20 Feb 2025 22:41:34 +0000 Subject: [PATCH] chore: bump package version to 0.1.3 --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 56112a19..b096ab83 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyspur" -version = "0.1.0" +version = "0.1.3" description = "PySpur is a Graph UI for building AI Agents in Python" requires-python = ">=3.12" license = "Apache-2.0"