From 9f5c416bd679f8e6d7bdcb92f567098479a187cc Mon Sep 17 00:00:00 2001 From: fcosta_oliveira Date: Wed, 3 Dec 2025 17:11:03 +0000 Subject: [PATCH] Bump to 0.2.36 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af7f118..a3edd08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-benchmarks-specification" -version = "0.2.34" +version = "0.2.36" description = "The Redis benchmarks specification describes the cross-language/tools requirements and expectations to foster performance and observability standards around redis related technologies. Members from both industry and academia, including organizations and individuals are encouraged to contribute." authors = ["filipecosta90 ","Redis Performance Group "] readme = "Readme.md"