From d77fca87d2a44d6f461c0145d71ec8108569166c Mon Sep 17 00:00:00 2001 From: snow0x2d0 Date: Mon, 10 Jan 2022 09:54:19 -0600 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4862fde..f07f6ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webex-skills" -version = "2.0.9" +version = "2.0.10" homepage = "https://github.com/cisco/webex-assistant-sdk" description = "An SDK for skills for the Webex Assistant." readme = "README.md"