From f1dda1d6076a505eca17350b5f49e05e1204a818 Mon Sep 17 00:00:00 2001 From: fcosta_oliveira Date: Tue, 13 Aug 2024 10:31:06 +0100 Subject: [PATCH] Bumping version to 0.1.215 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6021188..e9b6219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-benchmarks-specification" -version = "0.1.214" +version = "0.1.215" 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"