From 625435f07d2117c078392aa84fe88e00256686d3 Mon Sep 17 00:00:00 2001 From: olegshprengelsnyk <102379103+olegshprengelsnyk@users.noreply.github.com> Date: Wed, 2 Aug 2023 07:34:22 -0700 Subject: [PATCH] Fix/correct isMonitored attribute and bump to 0.9.8 (#186) * changed isMonitored project attribute to check status of project * fix: fix formatting * version bump --------- Co-authored-by: Nathan Roys --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 058556e..9ebb58a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnyk" -version = "0.9.7" +version = "0.9.8" description = "A Python client for the Snyk API" authors = [ "Gareth Rushgrove ",