From 9ee373d7c4f52f5d790bf59fe6bc400dfcae1720 Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Mon, 4 Nov 2024 09:13:13 +0100
Subject: [PATCH] Accidentally called channel picking twice

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 882ad79c..3c764a70 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
 [project]
 name = "model_server"
 license = {file = "LICENSE"}
-version = "2024.10.01"
+version = "2024.11.01"
 authors = [
   { name="Christopher Rhodes", email="christopher.rhodes@embl.de" },
 ]
-- 
GitLab