diff --git a/faigate/__init__.py b/faigate/__init__.py index 37ab677..402c0d0 100644 --- a/faigate/__init__.py +++ b/faigate/__init__.py @@ -1,3 +1,3 @@ """fusionAIze Gate package.""" -__version__ = "2.1.6" +__version__ = "2.2.0" diff --git a/pyproject.toml b/pyproject.toml index 67504de..86251fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "faigate" -version = "2.1.6" +version = "2.2.0" description = "Local OpenAI-compatible routing gateway for OpenClaw and other AI-native clients." readme = "README.md" license = "Apache-2.0"