From 0faa204315b7b8abb1e7e511d0db7015b7845350 Mon Sep 17 00:00:00 2001 From: Max Belanger Date: Tue, 14 May 2024 11:54:31 -0700 Subject: [PATCH] 12.0.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 3ddf8243..931f1e90 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__ = '12.0.0' import base64 import contextlib