From 7cbd7d29ad37ca66990e26f745f481cad73de6a3 Mon Sep 17 00:00:00 2001 From: snow0x2d0 Date: Wed, 22 Jun 2022 13:14:19 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4006f4a..e87cac3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webex-skills" -version = "2.0.15" +version = "2.0.16" homepage = "https://github.com/cisco/webex-assistant-sdk" description = "An SDK for skills for the Webex Assistant." readme = "README.md"