diff --git a/setup.py b/setup.py index 2deaa22..ec88f1f 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.1", + version="0.0.2", description="Zoom (Video Communications) API Client", long_description=README, long_description_content_type="text/markdown",