From 23cad7d49700cbb5b3710d6cc0ef1571a07e4625 Mon Sep 17 00:00:00 2001 From: Mitchell Overfield Date: Wed, 9 Nov 2022 15:21:02 -0800 Subject: [PATCH] 11.36.0 release --- dropbox/dropbox_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropbox/dropbox_client.py b/dropbox/dropbox_client.py index 3883cf1f..00d3aeef 100644 --- a/dropbox/dropbox_client.py +++ b/dropbox/dropbox_client.py @@ -6,7 +6,7 @@ # This should always be 0.0.0 in main. Only update this after tagging # before release. -__version__ = '0.0.0' +__version__ = '11.36.0' import base64 import contextlib