From d5b28ab7288640a4949e1fe8be5c5915eb6c88b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:12:27 +0000 Subject: [PATCH] Bump dev version Workflow: Release stage 2 - auto publish, run: 51 --- cylc/uiserver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cylc/uiserver/__init__.py b/cylc/uiserver/__init__.py index 453bc9e7..4314b2bd 100644 --- a/cylc/uiserver/__init__.py +++ b/cylc/uiserver/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "1.4.4" +__version__ = "1.4.5.dev" import os from typing import Dict