From 3c4f22518e204b89cb3e3117bdb9ed1c601baf59 Mon Sep 17 00:00:00 2001 From: snow0x2d0 Date: Tue, 26 Oct 2021 14:11:55 -0500 Subject: [PATCH] Release v2.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01afecb..3c5a80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webex-skills" -version = "2.0.6" +version = "2.0.7" homepage = "https://github.com/cisco/webex-assistant-sdk" description = "An SDK for skills for the Webex Assistant." readme = "README.md"