From 337682c68520ffb59bbab72ca10d1e869a8b5c42 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Wed, 18 Oct 2023 00:37:14 +0200 Subject: [PATCH] Bump up to 0.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c08b276..62e7543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leakix" -version = "0.1.7" +version = "0.1.8" description = "Official python client for LeakIX (https://leakix.net)" authors = ["Danny Willems "]