From b3970496747c3e1e12a0149c330952676505d104 Mon Sep 17 00:00:00 2001 From: Max Belanger Date: Mon, 3 Jun 2024 19:43:49 +0300 Subject: [PATCH] 12.0.2 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..3964a1fe 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.2' import base64 import contextlib