From 675ef14f79dcb95e1b3907264822e50792b0a34d Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Thu, 19 Oct 2023 13:47:45 +0200 Subject: [PATCH] Bump up to 0.1.9 --- leakix/client.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/leakix/client.py b/leakix/client.py index e5b7c8e..09c5ca8 100644 --- a/leakix/client.py +++ b/leakix/client.py @@ -11,7 +11,7 @@ from leakix.field import * -__VERSION__ = "0.1.8" +__VERSION__ = "0.1.9" class Scope(Enum): diff --git a/pyproject.toml b/pyproject.toml index 4df4cc2..406cb14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leakix" -version = "0.1.8" +version = "0.1.9" description = "Official python client for LeakIX (https://leakix.net)" authors = ["Danny Willems "]