From f16b300525dc26f4535713300a108e549fcd1222 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Tue, 10 Oct 2023 16:17:31 +0100 Subject: [PATCH] Bumping version from 0.1.72 to 0.1.73 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e1ad14..9177ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-benchmarks-specification" -version = "0.1.72" +version = "0.1.73" 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"