From 84d8b04c6683cb48498fa91268abe221a57b7d69 Mon Sep 17 00:00:00 2001 From: da kong Date: Tue, 12 Dec 2023 12:31:51 +0800 Subject: [PATCH] increase version number for patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a567d64..e06d5f6 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '0.8.2' +VERSION = '0.8.3' setup( name='ringcentral',