From 1f2190f1eb2d8093d366406f3b588117de6ce86d Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 12 Mar 2021 09:18:19 -0700 Subject: [PATCH] version bump for publish post-merge --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec88f1f..21be72e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # This call to setup() does all the work setuptools.setup( name="zoom_client", - version="0.0.2", + version="0.0.3", description="Zoom (Video Communications) API Client", long_description=README, long_description_content_type="text/markdown",