From ccd4cb71bd670aeee7b8a3d268b707f4dd3617ab Mon Sep 17 00:00:00 2001 From: mlahariya <40852060+mlahariya@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:56:48 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7983b659..97792916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ authors = [ ] requires-python = ">=3.9" license = { text = "Apache 2.0" } -version = "1.9.0" +version = "1.9.1" classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python",