From f6742029a21b35d5d75868f9a7e74ba2c77aa1e5 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Mon, 12 Feb 2024 00:09:00 +0100 Subject: [PATCH] Bump up version to 0.1.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 406cb14..fbf0557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leakix" -version = "0.1.9" +version = "0.1.10" description = "Official python client for LeakIX (https://leakix.net)" authors = ["Danny Willems "]