From 34d23fcd5ffe8bef7e4d0c13cbc0377f4d88c3f0 Mon Sep 17 00:00:00 2001 From: slorello89 Date: Tue, 6 Aug 2024 12:20:22 -0400 Subject: [PATCH] revving to 0.3.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a99649de..6a215aca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-om" -version = "0.3.1" +version = "0.3.2" description = "Object mappings, and more, for Redis." authors = ["Redis OSS "] maintainers = ["Redis OSS "]