From 2dde11bfe7e24c80327c8dd0863e15376e8b9378 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:50:38 +0000 Subject: [PATCH] Bump dev version (#656) Workflow: Release stage 2 - auto publish, run: 58 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 ff093980..7f0632fd 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.6.0" +__version__ = "1.6.1.dev" import os from typing import Dict