From 18a0b9db5696dbfa388f54e3a256815def5865dc Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Wed, 13 Sep 2023 17:44:21 +0100 Subject: [PATCH] chore: bump package version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27f5277..d78acbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagsmith" -version = "3.4.0" +version = "3.4.1" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3"