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