From c7c4952786edd09525673b4d204ed8fcc2252154 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 13 Oct 2020 16:33:12 -0400 Subject: [PATCH] 0.2.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23a2991..56831cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "rrl" -version = "0.2.1" -description = "" +version = "0.2.2" +description = "simple redis rate limiting" authors = ["James Turk "] license = "MIT"