From 31e0204711f0806c13cc32ed86c50e57ec706709 Mon Sep 17 00:00:00 2001 From: Samantha Hughes Date: Tue, 22 Oct 2024 13:23:18 -0700 Subject: [PATCH] Bump version --- sync/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/__init__.py b/sync/__init__.py index 84a7a9a..dd60c01 100644 --- a/sync/__init__.py +++ b/sync/__init__.py @@ -1,5 +1,5 @@ """Library for leveraging the power of Sync""" -__version__ = "1.11.0" +__version__ = "1.11.1" TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"