diff --git a/pallas/__init__.py b/pallas/__init__.py index 6072604..9b84fff 100644 --- a/pallas/__init__.py +++ b/pallas/__init__.py @@ -5,7 +5,7 @@ Generic runtime for serving FastAgent agents over StreamableHTTP. Reads deployment topology from agents.yaml in the working directory. """ -__version__ = "0.1.0" +__version__ = "0.2.1" from pallas import _fastagent_patch as _fastagent_patch diff --git a/pyproject.toml b/pyproject.toml index ad8b005..0db81bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pallas-mcp" -version = "0.2.0" +version = "0.2.1" description = "FastAgent MCP Bridge — generic runtime for serving FastAgent agents over StreamableHTTP" requires-python = ">=3.13.5" dependencies = [