From 3f45793bae4a9bcf663889994601551f3cf796b5 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Mon, 8 Nov 2021 16:50:09 -0800 Subject: [PATCH] Set 0.0.10 version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1545f36..02e277d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-om" -version = "0.0.11" +version = "0.0.10" description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard." authors = ["Andrew Brookins "] maintainers = ["Andrew Brookins "]