From 0c3c1ed40446c6a31f1b22fbd51926ed73880ff2 Mon Sep 17 00:00:00 2001 From: alfredeen Date: Wed, 9 Oct 2024 09:19:03 +0200 Subject: [PATCH] Version 1.1.0 of the Serve Locust project. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abb6938..879c6b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [project] name = "serve-load-testing" -version = "1.0.1" +version = "1.1.0" description = "Load testing of the SciLifeLab Serve platform." requires-python = "=3.12" keywords = ["load testing", "locust", "python"]