From 385d797db44e5fce4d2f2453e98f1ca76798c9a2 Mon Sep 17 00:00:00 2001 From: Elaman Bazarov Date: Fri, 16 Feb 2024 12:08:08 +0000 Subject: [PATCH] Version bump. --- orchestra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestra/__init__.py b/orchestra/__init__.py index d88813cc..06745d8d 100644 --- a/orchestra/__init__.py +++ b/orchestra/__init__.py @@ -1,4 +1,4 @@ # The current Orchestra version. -__version__ = '1.0.54' +__version__ = '1.0.55' default_app_config = 'orchestra.apps.OrchestraAppConfig'