From 5ccf9b2ccf6ea602263f104166f41658be5b4996 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 10 Nov 2021 11:43:40 -0800 Subject: [PATCH] Bump version to release again... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b96735..3f150ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-om" -version = "0.0.11" +version = "0.0.12" description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard." authors = ["Andrew Brookins "] maintainers = ["Andrew Brookins "]