diff --git a/pyproject.toml b/pyproject.toml index 15fc267..d69baad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stirrup" -version = "0.1.10" +version = "0.1.11" description = "The lightweight foundation for building agents" readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index c0e2a85..c9e1351 100644 --- a/uv.lock +++ b/uv.lock @@ -5643,7 +5643,7 @@ wheels = [ [[package]] name = "stirrup" -version = "0.1.10" +version = "0.1.11" source = { editable = "." } dependencies = [ { name = "anyio" },