From 63469dc18164a7dc20502d61ea5665746cf797f4 Mon Sep 17 00:00:00 2001 From: chMoussa Date: Tue, 3 Sep 2024 10:59:23 +0200 Subject: [PATCH] [Release] Bump version to 1.7.7 (#557) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68c54fd33..c5e840256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ authors = [ ] requires-python = ">=3.9" license = { text = "Apache 2.0" } -version = "1.7.6" +version = "1.7.7" classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python",