From e203b0b37944edc8760c96219fde5d000ba38fe8 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Thu, 12 Sep 2024 16:05:00 +0100 Subject: [PATCH] OPS: Increase patch version number skipci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fdc877b1..ccffc3452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "octue" -version = "0.60.0" +version = "0.60.1" description = "A package providing template applications for data services, and a python SDK to the Octue API." readme = "README.md" authors = ["Marcus Lugg ", "Thomas Clark "]