From 03e5216946653a77445eb955a65f3ab3821de2a5 Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Wed, 11 Oct 2023 12:18:25 +0100 Subject: [PATCH] Bump the version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7cbb4b..c21557a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnyk" -version = "0.9.17" +version = "0.9.18" description = "A Python client for the Snyk API" authors = [ "Gareth Rushgrove ",