diff --git a/protoagent.plugin.yaml b/protoagent.plugin.yaml index d2d757f..34fc017 100644 --- a/protoagent.plugin.yaml +++ b/protoagent.plugin.yaml @@ -1,6 +1,6 @@ id: google name: Google Workspace -version: 0.1.0 +version: 0.2.0 description: >- Google Workspace for the agent, built to grow. Ships Gmail (read + draft), Calendar (read), and Drive (read) today — gmail_list_unread, gmail_search, diff --git a/pyproject.toml b/pyproject.toml index 4a4be92..9918414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "google-plugin" -version = "0.1.0" +version = "0.2.0" description = "Google Workspace plugin for protoAgent — Gmail (read + draft) + Calendar (read) over a service-agnostic OAuth/REST core, built to grow." requires-python = ">=3.11"