From 399dbe4877e8a92c0a18c4f0bfc934a80c6e1cdc Mon Sep 17 00:00:00 2001 From: mlahariya <40852060+mlahariya@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:57:58 +0100 Subject: [PATCH] Update pyproject.toml (#628) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7983b659c..97792916a 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",