From 7982dd309b634f42c042d02cae997a1922e9144e Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 17 Feb 2023 20:24:38 +0100 Subject: [PATCH] Bump up version to 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b3ec99..df53e97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leakix" -version = "0.1.4" +version = "0.1.5" description = "Official python client for LeakIX (https://leakix.net)" authors = ["Danny Willems "]