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"