From 6ba58b60db4fc54ec17fbdd298317f1b6a9b61ec Mon Sep 17 00:00:00 2001 From: Jo Booth Date: Tue, 13 Aug 2024 14:16:20 -0400 Subject: [PATCH] Update version to 0.0.60.dev This failed in the Actions automation due to a protected branch --- label_studio_converter/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/label_studio_converter/__init__.py b/label_studio_converter/__init__.py index 82e53949..c4f14773 100644 --- a/label_studio_converter/__init__.py +++ b/label_studio_converter/__init__.py @@ -4,4 +4,4 @@ except ModuleNotFoundError as e: print(e) -__version__ = '0.0.59.dev' +__version__ = '0.0.60.dev'