From b142454dcfdf27c1c6f0cb82a1401a3476b24c9b Mon Sep 17 00:00:00 2001 From: AAriam <80158628+AAriam@users.noreply.github.com> Date: Fri, 8 Nov 2024 02:34:59 +0100 Subject: [PATCH] Release version 0.0.0.dev351 --- pyproject.toml | 2 +- src/controlman/_data/schema/def/workflow-env.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9b1cd0..1d1b234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ namespaces = true # ----------------------------------------- Project Metadata ------------------------------------- # [project] -version = "0.0.0.dev350" +version = "0.0.0.dev351" name = "ControlMan" dependencies = [ "packaging >= 23.2, < 24", diff --git a/src/controlman/_data/schema/def/workflow-env.yaml b/src/controlman/_data/schema/def/workflow-env.yaml index bcc1f1b..29e7336 100644 --- a/src/controlman/_data/schema/def/workflow-env.yaml +++ b/src/controlman/_data/schema/def/workflow-env.yaml @@ -11,4 +11,4 @@ properties: $ref: https://jsonschemata.repodynamics.com/string/oneline url: description: URL of the environment. - $ref: https://jsonschemata.repodynamics.com/url/http-explicit \ No newline at end of file + $ref: https://jsonschemata.repodynamics.com/string/oneline \ No newline at end of file