From f88995b3fb33e9726770d3bfc24048fc613095d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Feb 2024 10:32:11 +0000 Subject: [PATCH] Bump version to v1.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3482ee..6e0839a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lmax-python-sdk" -version = "1.0.5" +version = "1.0.6" description = "Python SDK for LMAX Global" readme = "README.md" homepage = "https://github.com/adradr/lmax-python-sdk"