From 297c382435b1f227db7205c515d7ae096c74d02f Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Wed, 17 Jul 2024 13:54:17 +0100 Subject: [PATCH] chore: Bump package, fix README (#92) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6dfc68..78b225d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] name = "flagsmith" -version = "3.6.0" +version = "3.7.0" description = "Flagsmith Python SDK" authors = ["Flagsmith "] license = "BSD3" -readme = "Readme.md" +readme = "README.md" keywords = ["feature", "flag", "flagsmith", "remote", "config"] documentation = "https://docs.flagsmith.com" packages = [{ include = "flagsmith" }]