From 7a4b830694ff7acf15c99439faf42c7f2958509f Mon Sep 17 00:00:00 2001 From: snow0x2d0 Date: Fri, 22 Oct 2021 14:07:08 -0500 Subject: [PATCH] Bump version to 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c89abdc..9b68b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webex-skills" -version = "2.0.0" +version = "2.0.1" homepage = "https://github.com/cisco/webex-assistant-sdk" description = "An SDK for skills for the Webex Assistant." readme = "README.md"