diff --git a/pyproject.toml b/pyproject.toml index 6fc91ea..4c84c9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "grafi" -version = "0.0.34" +version = "0.0.35" description = "Grafi - a flexible, event-driven framework that enables the creation of domain-specific AI agents through composable agentic workflows." authors = [{name = "Craig Li", email = "craig@binome.dev"}] license = {text = "Mozilla Public License Version 2.0"} diff --git a/uv.lock b/uv.lock index 2ef548d..1c9ed18 100644 --- a/uv.lock +++ b/uv.lock @@ -1230,7 +1230,7 @@ wheels = [ [[package]] name = "grafi" -version = "0.0.34" +version = "0.0.35" source = { editable = "." } dependencies = [ { name = "anyio" },