From e6c5e9c8d9572ff7133aeecb13572c0ad350e9ff Mon Sep 17 00:00:00 2001 From: slorello89 Date: Mon, 4 Nov 2024 08:49:31 -0500 Subject: [PATCH] revving 0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c522736..268f01ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-om" -version = "0.3.2" +version = "0.3.3" description = "Object mappings, and more, for Redis." authors = ["Redis OSS "] maintainers = ["Redis OSS "]