From 3a0c724f9b300452b95347014af596f254810dca Mon Sep 17 00:00:00 2001 From: Gabriel Erzse Date: Thu, 6 Jun 2024 20:54:06 +0300 Subject: [PATCH] Version 5.1.0b6 (#3269) Bump version to 5.1.0b6 Co-authored-by: Gabriel Erzse --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf3d582713..8df216ccea 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description_content_type="text/markdown", keywords=["Redis", "key-value store", "database"], license="MIT", - version="5.1.0b5", + version="5.1.0b6", packages=find_packages( include=[ "redis",